wac
10-06-2004, 07:46 PM
I don't want my visited links to look different from my non-visited links, so I don't want the background/foreground color to be different. How do I turn off the different handling of :visited in CSS ???
|
||||
turn off a:visited stylewac 10-06-2004, 07:46 PM I don't want my visited links to look different from my non-visited links, so I don't want the background/foreground color to be different. How do I turn off the different handling of :visited in CSS ??? gohankid77 10-06-2004, 07:51 PM You can't turn it off, but you can set your visited style to the same as the link style: a:link, a:visited { color: (your color); } |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum