Click to See Complete Forum and Search --> : Table Rendering In IE


st_ganesh
02-07-2006, 02:35 AM
Yes.

pcthug
02-07-2006, 02:41 AM
Got Link?

st_ganesh
02-07-2006, 02:43 AM
I have problem in IE. IE waits for the entire page before displaying it. But works fine in mozilla.My dynamical content area is with in nested tables. So i am not able to use table-layout CSS property. Is any other way to fix it.

pcthug
02-07-2006, 02:58 AM
Huh?

drhowarddrfine
02-07-2006, 07:27 AM
One of the reasons for not doing layout with tables is the full page must be downloaded before its content will be displayed. Never use tables for layout.