Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
a + #oregon_plate { transition: opacity .5s ease-out; /*opacity decreases smoothly*/ } a:hover + #oregon_plate { opacity: 0.5; }
这里有一个小提琴给你
http://jsfiddle.net/u6rKy/