Julie Flolo wrote: >Greetings, I finally have my menus the way I want them, but there are gaps! >At the top of the left menu, when you hover above the first link, you will see >a small gap between the menu and the div above it. >Also, on the horizontal menu, when you hover above the links there are small >gaps to the right of the words. >How do I fix this? >http://www.floloweb.com/test/index4.html >http://www.floloweb.com/test/4style.css >~Julie F. > > I guess Els answered the question you wrote about. A couple of /off-the-wall/ suggestions on other matters: Changing the font size on the body declaration from 1em to 100% will keep IE from going bonkers on font zoom (it's just another IE bug). body { /*font-size: 1em;*/ font-size: 100%; } See if deleting the height on #main will prevent the content-text from breaking out the bottom of the container at +2 zoom in good browsers (you may need to adjust the left col &/or nav, as well) #main { /*height: 320px; delete this*/ } Have you considered centering the page horizontally? Regards, ~davidLaakso
______________________________________________________________________ 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/
