I have had this same problem - fortunately it's easy to fix. As an
alternative you can do this: <img src="yourImage.jpg"
style="display:block;" />.
If you image is sitting inline - add a float:left; to keep it inline.
Works like a charm.
Bert Doorn wrote:
G'day
I have a problem on my pages where there is a space between the
navigation
and the image, there is like a 3 pixels space, but only when I view
it in
anything else but Internet Explorer.
http://www.pacificfox.com.au
Add this to your style sheet: img { vertical-align:top; } (Or
just for images in a certain section)
Firefox (and perhaps other browsers too) have a default image
alignment of "baseline" which leaves that gap at the bottom.
Incidentally, you might want to have a look at the site with images
disabled. Or load it over a dial-up connection.
Regards
--
Joseph R. B. Taylor
Web Designer/Developer
http://sitesbyjoe.com
(609) 335-3076
[EMAIL PROTECTED]
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************