can’t get it to work
-
I am a noob ??
In the theme css I defined this class:
.widgetstyle { /* unvisited link */
a:link {
color: red;
}/* visited link */
a:visited {
color: green;
}/* mouse over link */
a:hover {
color: hotpink;
}/* selected link */
a:active {
color: blue;
} }Then I put the word ‘widgetstyle’ in the widget wrapper class. Nothing happens ??
What am I doing wrong?
Thanks a lot!
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘can’t get it to work’ is closed to new replies.