Hello…
Need some help w/my links – can someone please provide some expertise?
This is my first attempt at CSS… thanks for any feedback!
a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:hover, a:active {
text-decoration:
color: #FF6600;
}
What I am looking for is a switch in color when hovered over. It should change from white to orange. I am not able to get this effect when previewing ??? (@ least in firefox)
Also are there any references online for sample CSS sheets? A guide that lists features for a quick copy/paste?

|