listerdl
07-04-2011, 04:02 PM
.post .entry-content a { color: #153F55; text-decoration:underline;}
How would I make the above change color with hover?
Thanks!
How would I make the above change color with hover?
Thanks!
|
||||
how to make this link change color pls!listerdl 07-04-2011, 04:02 PM .post .entry-content a { color: #153F55; text-decoration:underline;} How would I make the above change color with hover? Thanks! Msuth 07-04-2011, 04:34 PM .post .entry-content a { color: #153F55; text-decoration:underline;} .post .entry-content a:hover { color: #c0c0c0; } .post .entry-content a:visited { color: #c0c0c0; } .post .entry-content a:active { color: #c0c0c0; } listerdl 07-04-2011, 04:43 PM thanks |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum