Hi i got a problem running the active tag
i use in my stylesheet definition
#menu li a:active{
color: #8B008B;
}
What didt't work out
Using
#menu li a:visited{
color: #8B008B;
}
shows the right thing.
How does the Browser know what the active Link is?
And why does it not show me the active thing.
i use in my stylesheet definition
#menu li a:active{
color: #8B008B;
}
What didt't work out
Using
#menu li a:visited{
color: #8B008B;
}
shows the right thing.
How does the Browser know what the active Link is?
And why does it not show me the active thing.
Comment