Thanks Bert! that solved my problem.


Bert Doorn escribió:
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

Reply via email to