Template:Biomod/2012/UT/Nanowranglers
From OpenWetWare
(Difference between revisions)
| Line 35: | Line 35: | ||
/* Code taken from publicly available css tutorials at onderhond.com */ | /* Code taken from publicly available css tutorials at onderhond.com */ | ||
| - | .linkconcept a { | + | .linkconcept a {background:url("http://openwetware.org/images/0/03/Concept-bright.png") left top no-repeat;} |
| - | . | + | .linkmembers a {background:url("http://openwetware.org/images/2/24/Members-bright.png") left top no-repeat;} |
| - | . | + | .linkresults a {background:url("http://openwetware.org/images/a/ac/Results-bright.png") left top no-repeat;} |
| + | .linkmethods a {background:url("http://openwetware.org/images/0/02/Methods-bright.png") left top no-repeat;} | ||
| + | |||
| + | .linkgeneral a {display:block; width:190px; height:72px; } | ||
| + | .linkgeneral a:hover img {position:absolute; left:-999em; top:-999em;} | ||
| + | .linkgeneral a:hover {zoom:1;} | ||
--> | --> | ||
</style> | </style> | ||
| Line 48: | Line 53: | ||
<!-- links at top --> | <!-- links at top --> | ||
<html> | <html> | ||
| - | <div class="linkconcept"> | + | <div class="linkconcept linkgeneral"> |
<a href="#"><img src="http://openwetware.org/images/c/ce/Concept-dull.png" alt="" /></a> | <a href="#"><img src="http://openwetware.org/images/c/ce/Concept-dull.png" alt="" /></a> | ||
| + | <div class="linkmethods linkgeneral"> | ||
| + | <a href="#"><img src="http://openwetware.org/images/b/be/Methods-dull.png" alt="" /></a> | ||
| + | <div class="linkresults linkgeneral"> | ||
| + | <a href="#"><img src="http://openwetware.org/images/8/8f/Results-dull.png" alt="" /></a> | ||
| + | <div class="linkmembers linkgeneral"> | ||
| + | <a href="#"><img src="http://openwetware.org/images/4/47/Members-dull.png" alt="" /></a> | ||
</div> | </div> | ||
</html> | </html> | ||
Revision as of 22:30, 9 October 2012
Nanowranglers






