The Scarlet Pimp
Supreme Member
- Apr 2, 2008
- 1,312
- 4,298
i can't figure out why this doesn't work. i know how to change the color of
the text, but i can't change the color of the hyperlink:
when someone hovers over the data cell i want the link to change from blue
to red. so far only regular text will change color but not hyperlinks...
---
td:hover {
color:#FFFFFF;
a:hover color:#FF0000;
}
---
the text, but i can't change the color of the hyperlink:
when someone hovers over the data cell i want the link to change from blue
to red. so far only regular text will change color but not hyperlinks...
---
td:hover {
color:#FFFFFF;
a:hover color:#FF0000;
}
---