Template:Team:Vanderbilt/CSS
From 2014.igem.org
(Difference between revisions)
Line 53: | Line 53: | ||
} | } | ||
- | .tab_right | + | .tab_right a { |
position: absolute; | position: absolute; | ||
width: 100%; | width: 100%; | ||
Line 65: | Line 65: | ||
filter: alpha(opacity=1); /* Fix to make div clickable in IE */ | filter: alpha(opacity=1); /* Fix to make div clickable in IE */ | ||
} | } | ||
+ | |||
+ | .tab_left 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 */ | ||
+ | } | ||
+ | |||
.button:hover { | .button:hover { |
Revision as of 10:20, 25 January 2015