Erin Spangler wrote: > http://www.clients.thedogsonline.com/DriscolsBlueGenes/index2.html > > I've zeroed the margins and padding on every element that I can think > of, yet I'm still getting some "whitespace" between my list items. I > left the green background color of the "ul" so you can see the space I'm > referring to. I've validated my HTML, so I don't think that's it either. > Any assistance would be appreciated. You'll find my CSS embedded in the > document for now. > > Thanks! > > Erin,
Good thinking but actually your problem is not the li or ul element, but instead your img. In your CSS, add the following to #left-top-nav img vertical-align: bottom; That will push the image down and remove the space. HTH Matthew -- Matthew Ohlman www.ohlman.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
