Advanced CSS Hovering





5
Date Submitted Mon. Oct. 10th, 2005 1:45 PM
Revision 1 of 1
Helper ryan
Tags CSS | Hovering
Comments 9 comments
Advanced CSS Hovering
a {
        color: #358;
        text-decoration: none;
}

a span {
        color: #999;
}

a:hover {
        color: #c80;
}

a:hover span {
        color: #555;
}

Ryan Latham

www.unmatchedstyle.com
Ryan Latham
Unmatched Style

Comments

Comments duh!
Fri. Sep. 1st, 2006 8:01 AM    Scripter ctiggerf
Comments Beginners' Guide
Thu. Oct. 19th, 2006 8:40 PM    Helper Thomas
Comments ...
Sun. Nov. 5th, 2006 7:15 PM    Helper lavaramano
Comments Mercy Points
Sun. Oct. 8th, 2006 12:05 PM    Beginner cf_ernie
Comments Hmm...
Mon. Oct. 9th, 2006 11:02 AM    Beginner shortkid422
Comments My god!
Fri. Aug. 25th, 2006 6:13 PM    Newbie sgames
Comments And the advanced part?
Thu. Jul. 27th, 2006 5:10 AM    Helper rastersize
Comments Example?
Thu. Jul. 20th, 2006 1:43 PM    Beginner ZenBug
  Comments Example
Fri. Aug. 18th, 2006 7:04 AM    Syntax Master sundaramkumar

Voting