Thanks, Georg, Rod, and Daniel for your replies. The suggestions were great and I ended up going with rendering the images as block elements.
I'm glad to have found this discussion list, and as a first time poster was really impressed by the speed of the responses. Thanks again for your help. Michael On Mar 14, 2009, at 7:38 PM, Gunlaug Sørtun wrote: > Michael Stewart wrote: >> [...] However, whenever one hovers over the images, the background- >> color of the links peeks out from the bottom by a few pixels. > >> http://www.furbishhome.com/temp/index.html > > Add... > > #main a img {display: block;} > > ...to make those images render as block-elements, instead of > inline-elements which is default for images. That'll solve your > problem. > > 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/
