Hi BLiZZaRD.
One more thing.
Now it is working but when I click another link then I have two links with this color and so on.
Is it possible that just the link that was last clicked shows in a different color and not all of them that has been clicked before that?
Below the CSS for the menu I'm using.
Thanks again.
Cheng
CSS:
Code:
#menu {
}
#menu ul {
list-style-type: none;
padding: 0;
margin-left: 0;
}
#menu li {
color : #000066;
background-color: #000000;
background-repeat: no-repeat;
background-position: left center;
}
#menu li a {
color : #FFCC00;
text-decoration : none;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
text-align : left;
width : 130px;
height : 30px;
text-indent : 40px;
display : block;
line-height: 30px;
background-color: #000000;
background-image: url(../Images/Buttons/1.png);
background-repeat: no-repeat;
background-position: left center;
font-weight: bold;
}
#menu li a:hover {
color : #FFFF00;
font-size : 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align: left;
display: block;
background-color: #000000;
text-indent: 40px;
font-weight: bold;
background-image: url(../Images/Buttons/3.png);
line-height: 30px;
}
#menu li a:active {
color: #00FFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
background-color: #000000;
}
#menu li a:visited {
color: #FF0099;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
background-color: #000000;
}
Bookmarks