|
stall -> a:hover + a:visited (3/11/2007 20:51:47)
|
Hi. I'm just wondering if anyone knows how to make it so that all links, when hovered, will do the code in the a:hover block. Seems like I'm asking a retarded question at first glance, but, lets take a look at what is actually retarded. . . a:hover { color: blue; } when i click a few links and come back to the page, i'll see purple underlined links replacing the links i just clicked. if i add a:visted { color: original_color; } Then only some of the links (the ones i haven't visited) will hover correctly. Does someone know a way to get around this and still be able to hover all the links??? Thanks.
|
|
|
|