G'day

The page with the XHTML and CSS: http://www.2much4u.net/Problem/example.html
...
Why there's a margin with any browser excepts IE6?

Because the default alignment for images in most of the other browsers is "baseline". Add the following to your CSS and see if it fixes the problem:

#Example img { vertical-align:top } /* or bottom or middle */

Regards
--
Bert Doorn, Better Web Design
http://www.betterwebdesign.com.au/
Fast-loading, user-friendly websites

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to