Thanks, Riva.
I tried line-height: 14px and 2.5em in the li and a classifiers under
#navlist.
Both give me the same result as if I'd didn't have it.

Also, why is the rollover effect I want working in FF but not IE?

#nav {
        width: 185px;
        position:relative;
        background-color:#983539;
        background-image:url(graphics/backgd_nav.gif);
        background-repeat:no-repeat;
        height: 183px;
        left: 5px;
        top: -40px;
        line-height:14px;
        color:#FFFFFF;
        text-align:left;
        font-weight:bold;
        font-size:12px;
}

#navlist ul{margin: 0; padding: 0; list-style-type: none;}

#navlist li{margin: 0; list-style-type: none; line-height:14px;}

#navlist a {
display: block; padding: 2px 0 0 10px; margin:0; color:#FFFFFF;}

#navlist a:link, #navlist a:active, #navlist a:visited {
color:#FFFFFF; text-decoration:none;}

#navlist a:hover {color:#000000;
background-color:#FFFFFF;
filter:alpha(opacity=75);
-moz-opacity:.25;
opacity:.25;
}

Christina Hawkins

-----Original Message-----
I don't see any line-height attribute in the li's. Also, try checking the
padding.

HTH,
Riva


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to