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/
