TheCandyman
Technical User
I'm trying to get this to show the image on my menu when it shows the id=current. It works in IE, but not in other browsers. So IE if fixing something that i'm overlooking. Any suggestions?
Code:
<a href="index.asp">Exhibits</a>
<a href="faq.asp" id="current">FAQs</a>
Code:
.buttons a {color: #FFFFFF;
border-bottom: 1px solid;
border-color: #e9e9e9;
background-color: #86BAD6;
font: 13px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
display: block;
margin: 0px;
width: 100%;
text-align: left;
padding-left:12px; padding-right:5px; padding-top:6px; padding-bottom:6px}
.buttons a:visited {color: #FFFFFF; text-decoration: none}
.buttons a:hover, a:active {color: #FFFFFF; background-color: #5f98b7; border-color: #fff; text-decoration: none}
.buttons a#current {background: #5f98b7 url(linkarrow.gif) no-repeat center right; z-index:10; color: #FFFFFF; border-color: #fff; text-decoration: none}