> I've having a problem with the height of some <a> elements on a page (see
> ""Free Trial" and "Join The Team" at
> http://postureworks.bluelangroup.net/index.php4). You'll notice that the
> container spans and div have expanded in height, well past what's needed for
> the text. I've tried manipulating the CSS at
> http://postureworks.bluelangroup.net/PWStyle_v3.css a number of different
> ways to correct this, but can't figure it out.

fresh set of eyes:  instead of .5em you have 5em.  big diff!

#footer a {
        color: #2B66B2;
        padding: 5em 0.25em 0em 0.25em;
}

change that 5em to be .5em.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to