Team:Groningen/Templates/DefaultHeader

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
 +
<style type="text/css">
 +
 +
#OverlayImage1
 +
{
 +
position: absolute;
 +
left: 20px;
 +
top: 20px;
 +
width: 56px;
 +
height: 45px;
 +
background: url(Angel.png) no-repeat top left;
 +
opacity: .80;
 +
filter: alpha(opacity=80);
 +
-moz-opacity: 0.8;
 +
}
 +
 +
#OverlayImage2
 +
{
 +
position: absolute;
 +
left: 40px;
 +
top: 20px;
 +
width: 56px;
 +
height: 45px;
 +
background: url(Devil.png) no-repeat top left;
 +
opacity: .80;
 +
filter: alpha(opacity=80);
 +
-moz-opacity: 0.8;
 +
}
 +
</style>
 +
 +
<!--
<div id="header">
<div id="header">
   <img src="https://static.igem.org/mediawiki/2013/5/54/PanoramaRUG.jpg" width=100% height="220" >
   <img src="https://static.igem.org/mediawiki/2013/5/54/PanoramaRUG.jpg" width=100% height="220" >
</div>
</div>
 +
-->
 +
 +
<div id="panoramaRug"></div>
 +
<div id="logoRug"></div>
</html>
</html>

Revision as of 12:20, 24 July 2013