Yep. That did the trick. Thank you! Kay
At 09:45 AM 9/12/2006 Tuesday, Gunlaug Sørtun wrote: >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/ ------------------------------ Kay C. Tien Clarity Connect, Inc. 200 Pleasant Grove Road Ithaca, NY 14850 Toll Free: 1-888-322-4900 | Main: 1-607-257-8268 Fax: 1-607-257-4431 www.clarityconnect.com ______________________________________________________________________ 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/
