Template:Uppsala-SwedenTemplate
From 2011.igem.org
(Difference between revisions)
Line 420: | Line 420: | ||
background-color:#ffffff; | background-color:#ffffff; | ||
position: relative; | position: relative; | ||
- | margin-top: - | + | margin-top: -250px; /* negative value of footer height */ |
margin-bottom: -25px; | margin-bottom: -25px; | ||
- | height: | + | height: 250px; |
clear:both; | clear:both; | ||
+ | border-top: 2px solid black; | ||
} | } | ||
Line 446: | Line 447: | ||
} | } | ||
+ | <!--START IMG OPACITY--> | ||
+ | a.opac img{ | ||
+ | opacity:.40; | ||
+ | filter:alpha(opacity=50); | ||
+ | filter: “alpha(opacity=50)”; | ||
+ | } | ||
+ | |||
+ | a.opac:hover img{ | ||
+ | opacity:1; | ||
+ | filter:alpha(opacity=100); | ||
+ | filter: “alpha(opacity=100)”; | ||
+ | } | ||
+ | |||
+ | <!--END IMG OPACITY--> | ||
Revision as of 10:13, 21 July 2011