> Here in Firefox on Windows I see space below the top row > of images: > http://elmbrook.org/navigation2.html > The border is in there only to show what's going on. In > IE it looks fine. I assume it's user error. Any hints? Thanks. > Jeff
It's because Firefox is rendering the document in standards mode. If you change the DOCTYPE to transitional, it would be rendered in amost standards mode, which would remove the extra space, and is suitable for table-based layouts. I mention a similar effect when transitional HTML documents are served as application/xhtml+xml, whcih forces Firefox to render the document in standards mode: http://juicystudio.com/mimetest/standardsmode.asp Using CSS, you could specify a negative value for margin-bottom to solve the problem. Best regards, Gez _____________________________ Supplement your vitamins http://juicystudio.com ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
