Team:Valencia Biocampus/estiloc3po

From 2012.igem.org

(Difference between revisions)
Line 231: Line 231:
filter: "alpha(opacity=100)";
filter: "alpha(opacity=100)";
}  
}  
 +
 +
 +
/**********************/
 +
/**********************/
 +
// nueva declaracion
 +
a.tam1 img{
 +
height: 120px;
 +
opacity: .50;
 +
filter: alpha(opacity=50);
 +
filter: "alpha(opacity=50)";
 +
}
 +
 +
a.tam2 img{
 +
height: 70px;
 +
opacity: .50;
 +
filter: alpha(opacity=50);
 +
filter: "alpha(opacity=50)";
 +
}
 +
 +
///
 +
a.tam1:hover img{
 +
opacity:1;
 +
filter:alpha(opacity=100);
 +
filter: "alpha(opacity=100)";
 +
}
 +
 +
a.tam2:hover img{
 +
opacity:1;
 +
filter:alpha(opacity=100);
 +
filter: "alpha(opacity=100)";
 +
}
 +
 +
 +

Revision as of 10:14, 26 August 2012