influxer
08-13-2005, 05:14 AM
How come this code for a table of mine works for Firefox but not the latest version of IE?
<table width="676" border="0" style="padding-top:8px; padding-left:10%;">
Thanks!
_Aerospace_Eng_
08-13-2005, 06:21 AM
Because IE doesn't read padding and margin properly. :mad: its probably the 10% thing throwing IE off.
influxer
08-13-2005, 07:00 AM
I even tried changing it to 15px...it still won't work?
In my experience tables do wierd things is general in IE! (the phrase "riddled with bugs" springs to mind!). Especially negative padding - I've seen tables go absolutely cuckoo in IE with negative padding - but display fine in Mozilla! I tend not to use tables any more ... you can do neat table-like things with divs and the float:left property :)
rmedek
08-13-2005, 09:41 AM
How come this code for a table of mine works for Firefox but not the latest version of IE?
<table width="676" border="0" style="padding-top:8px; padding-left:10%;">
Thanks!
Let's see the code or a link. It could be a few things.