Sandy, On Dec 7, 2006, at 9:55 PM, Sandy Gonzales wrote:
> I'm wondering if anyone has encountered an issue in Mozilla where a > link image has a space underneath it. http://rh-v2.cpdev.sudjam.com/ > If you click on any of the navigation images you can see the > bounding box is about a pixel larger than the image at the bottom. > Same goes with the "learn more" and "compare all plans" or "order > now" buttons. img elements are display: inline; by default. That means it is leaving room for the tails of letters like p and y. Add something like this .learnmore img { display: block; } -- Roger Roelofs "Remember, if you’re headed in the wrong direction, God allows U-turns!" ~Allison Gappa Bottke ______________________________________________________________________ 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/
