i have a page like the above .the page gets rendered properly in FF and other browsers. but in IE a small problem exits . IF you see the 1st box that is where the image and other features are displayed. the width of the box is differently shown in IE and FF. in IE the right hand side is getting cut off.
+1
A:
Removing the
table-layout:fixed;
from the inline style attribute of the table tag, it seems to render much better under IE7
Kaaviar
2010-06-11 11:36:28
@kaaviar - okie will try it.You mean to say that width problem is solved if i remove the inline style ?
pradeep
2010-06-11 12:08:40
@pradeep : this is it
Kaaviar
2010-06-14 06:19:22
@kaaviar - i tried it out dude. but the data still moves to right hand side .
pradeep
2010-06-14 07:25:06