NT rollovers
NT rollovers
Out of context: Reply #4
- Started
- Last post
- 10 Responses
- unknown0
dump this in style tag in the head of page...see what happens to link text...change colors to your likey..
--------------------
a:link, a:visited {
color: #000000;
text-decoration: none;
}
a:active, a:hover {
color: #FF0000;
text-decoration: none;
background-color: #666666;
}-------------------
btw: the above might look screwed up...should work I hope for ya..