http://www-odi.nhtsa.dot.gov/ewr/ewrsubmission.cfm

I noticed as I am updating several items that when I use zoom text in
IE7, the global navigation text looses the padding, making the text
appear mushed together, however, if you click on a link, the links
stay in the correct place. I have tried a few things off line but
nothing has worked so far.

any suggestions?

/*global horizontal navigation only */
.globalnav
{background-color:#000000; /*creates outer black outline around navigation*/
padding: .062em;
margin: 0 ;
}

.navbar2 {/*gray areas in top nav*/
background-color: #bdbdbd;
text-align:center;
padding: .1em 0em .15em 0em;
}


.navbar2 ul {
margin: 0;

padding: 0;
color: #FFF;
line-height: 1.78em;
white-space: nowrap;

}

.navbar2 li {
list-style-type: none;
display: inline;
font-size: .75em;

}

.navbar2 li a {/*provides background color, white text and appropriate
padding which designates width and height of black area*/
        text-decoration: none;
        padding: .15em 6% .15em 6%;
        color: #FFF;
        background-color:#000000;
        border:medium double #a9a9a9;
        
}

.navbar2 li a:hover { /*underline for hovering*/
text-decoration: underline;
}

Thank you in advance,

Nancy
______________________________________________________________________
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/

Reply via email to