Template:UT-Tokyo CSS3

From 2010.igem.org

(Difference between revisions)
Line 66: Line 66:
behavior: url(http://igem-ut.net/wiki2/js/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */   
behavior: url(http://igem-ut.net/wiki2/js/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */   
}  
}  
 +
 +
#inpagemenu a:hover,#inpagemenu a:active{
 +
background-color:#FF6;
 +
-moz-border-radius: 10px;
 +
-webkit-border-radius: 10px; 
 +
border-radius: 10px;
 +
-moz-box-shadow: 2px 2px 5px #000;
 +
-webkit-box-shadow: 2px 2px 5px #000;
 +
    box-shadow: 2px 2px 5px #000;
 +
behavior: url(http://igem-ut.net/wiki2/js/ie-css3.htc);
 +
display:block;
 +
}
.top_radius {
.top_radius {

Revision as of 17:26, 27 October 2010