Team:Tokyo-NoKoGen/css
From 2010.igem.org
(Difference between revisions)
Line 16: | Line 16: | ||
} | } | ||
--> | --> | ||
+ | |||
+ | /* ===== Roll up image ===== */ | ||
+ | a img.css-hover{ | ||
+ | opacity:0; filter: alpha(opacity=0); | ||
+ | } | ||
+ | a:hover img.css-hover{ | ||
+ | opacity:1.0; filter: alpha(opacity=100); | ||
+ | } | ||
Revision as of 16:36, 25 October 2010