IE Crops Top Menu Text
-
I’m told by a couple Internet Explorer-using readers of my blog that the right-side text in the top menu is either cropped or missing. This shouldn’t happen and doesn’t with other browsers. I’ve attached the code from my style.css if that’s any help. I have no idea how to resolve this. Any ideas?
Thanks,
Tamia
https://www.tamiasoutside.com<BEGIN CODE>
/* Menu */
#menu
{
text-align:right;
padding:0;
height:30px;
line-height:30px;
background:#778899;
width:900px;
margin:0 auto;
border:#ccc 3px double;
}#menu ul {
margin: 0 auto;padding:0;
list-style: none;
}#menu li {
display: inline;
}#menu a
{
padding:8px 16px;
text-decoration: none;
font-variant:small-caps;
font-size: 1em;
border:0;
color:#eee;
}
#menu a:hover,
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
background:#456;
color:#fff;
border:0;
}<END CODE>
- The topic ‘IE Crops Top Menu Text’ is closed to new replies.