Template:Team:Vanderbilt/CSS
From 2014.igem.org
(Difference between revisions)
Line 51: | Line 51: | ||
border-radius: 0.25em; | border-radius: 0.25em; | ||
visibility: hidden; | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | div.feature a { | ||
+ | position: absolute; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | top: 0; | ||
+ | left: 0; | ||
+ | text-decoration: none; /* No underlines on the link */ | ||
+ | z-index: 10; /* Places the link above everything else in the div */ | ||
+ | background-color: #FFF; /* Fix to make div clickable in IE */ | ||
+ | opacity: 0; /* Fix to make div clickable in IE */ | ||
+ | filter: alpha(opacity=1); /* Fix to make div clickable in IE */ | ||
} | } | ||
Revision as of 10:16, 25 January 2015