dee_em
11-06-2008, 02:38 PM
Hello!
I'm trying to set a different color (let's say #cccccc) for the "visited" state of these links.
For some reason I'm unable to. Can you please help? Thanks!
Here's my CSS code:
#navigation {
position:absolute;
left:100px;
top:252px;
width:451px;
height:130px;
z-index:2;
}
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
display: block;
padding: 8px 2px 2px 20px;
background-repeat: no-repeat;
background-position: 0% 50%;
color: #00a0dc;
text-decoration: none;
}
#navlist a:hover, .selected {
color:#000000
}
#navlist a.selected {
color:#000000;
}
I'm trying to set a different color (let's say #cccccc) for the "visited" state of these links.
For some reason I'm unable to. Can you please help? Thanks!
Here's my CSS code:
#navigation {
position:absolute;
left:100px;
top:252px;
width:451px;
height:130px;
z-index:2;
}
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
display: block;
padding: 8px 2px 2px 20px;
background-repeat: no-repeat;
background-position: 0% 50%;
color: #00a0dc;
text-decoration: none;
}
#navlist a:hover, .selected {
color:#000000
}
#navlist a.selected {
color:#000000;
}