Team:Tokyo-NoKoGen/css

From 2010.igem.org

(Difference between revisions)
Line 22: Line 22:
-->
-->
-
1.a img.css-hover{
+
.a img.css-hover{
-
2.opacity:0.4;
+
opacity:0.4; filter: alpha(opacity=40);
-
3.filter: alpha(opacity=40);
+
}
-
4.}
+
.a:hover img.css-hover{
-
5.a:hover img.css-hover{
+
opacity:1.0; filter: alpha(opacity=100);
-
6.opacity:1.0;
+
}
-
7.filter: alpha(opacity=100);
+
-
8.}
+

Revision as of 13:06, 21 October 2010