Kay C. Tien wrote:
> http://kt1.clarityconnect.net/cchy/index.html
> 
> I've checked it on FF, SeaMonkey, Opera on Win XP, and Safari, FF, 
> and IE on the MAC OS X.  They're all fine, but in IE on Win XP, I 
> have this gap between the menu buttons and the picture right above 
> it.  Any ideas?

It's the browser-default for images - block vs. inline.
Browsers have 'display: block' as default for that doctype
(Transitional), except IE/win which have 'display: inline' as default -
regardless of doctype.

Solution; add...

#navbar img {display: block;}

...and the gap is gone.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to