Forum Moderators: open
I never explored it fully enough to understand what the issues are altogether, I just experiment until I fix the porblem. Would love to hear the definitive word.
It could be the baseline/bottom alignment issue? and apparently IE also adds automatic (3px?) margins to the left and right of floated images
Suzy
sorry didn't read that properly.. didn't see the bit about it only being side margins.. sorry just ignore
Does your HTML have whitespace in it?
ie.
<td><img src="hello.gif" alt="">
<img src="hello.gif" alt="">
</td>
is so does removing it help?
<td><img src="hello.gif" alt=""><img src="hello.gif" alt=""></td>
I was able to recreate this and removing the whitespace removed the problem in all browsers? weird but true
Suzy
To
<img src="1stfill.gif" width="30" height="24"><object classid="clsid:blah, blah" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="120" height="24"><param name="movie" value="swfs/homenav.swf"><param name=quality value=high><embed src="swfs/homenav.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="120" height="24"></embed></object>
and so on..
And it now dispays perfectly in Netscape and Mozilla and I presume Opera
Thanks and I owe Suzy my right arm.