Krystian - Sunlust wrote: > Hello, I have a problem with header image, somehow there's some white > space between header image and navigation, only in IE6/7. I'm sure > it's something simple that I just can't comprehend... also, if you > notice any more issues, please let me know.
> http://sunlust.newlocal.co.uk Images are inline-elements by default in "standard mode", and the gap is prepared for text-descenders - it will change with font-resizing. Firefox and most other non-IE browsers "mask" that gap when an image is only content in a container and the doctype is Transitional - this is known as "Almost standard mode". You can add... #header img {display: block;} ...to get the gap-less appearance you want in all browsers - regardless of mode. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/