Team:Dundee/inside/board

From 2014.igem.org

(Difference between revisions)
(Undo revision 368305 by DBurrell7 (talk))
 
(49 intermediate revisions not shown)
Line 89: Line 89:
   position: fixed;  
   position: fixed;  
   width: 100%;  
   width: 100%;  
-
   height: 90%;
+
   height: 100%;
}
}
      
      
Line 104: Line 104:
-
.button {
+
 
-
    position:absolute;
+
#toRight{
-
    bottom:10px;
+
  position: fixed;  
-
    right:10px;
+
  width: 40%;  
-
    width:100px;
+
  height: 20%;
-
    height:30px;
+
}
}
 +
   
 +
   
 +
#toRight img {
 +
cursor: pointer;
 +
  position: absolute;
 +
  top: 90%;
 +
  left: 210%;
 +
  right: 0;
 +
  bottom: 0;
 +
  margin: auto;
 +
  width: 40%;
 +
  height: 40%;
 +
 +
 +
#toStreet{
 +
  position: fixed;
 +
  width: 40%;
 +
  height: 20%;
 +
}
 +
   
 +
   
 +
#toStreet img {
 +
cursor: pointer;
 +
  position: absolute;
 +
  top: 810%;
 +
  left: -10%;
 +
  right: 0;
 +
  bottom: 0;
 +
  margin: auto;
 +
  width: 50%;
 +
  height: 50%;
 +
 +
 +
</style>
</style>
</head>
</head>
Line 119: Line 152:
     <div id="bg">   
     <div id="bg">   
-
     <img src="https://static.igem.org/mediawiki/2014/7/7f/Outreach_board.jpg" alt="">   
+
     <img src="https://static.igem.org/mediawiki/2014/3/39/Outreach_board.jpg12.jpg" alt="">   
</div>
</div>
Line 147: Line 180:
     </div>  
     </div>  
-
      <button class="button"> Go To School1 </button>
+
<div id="toRight">
 +
<a href="/Team:Dundee/inside/school">
 +
    <img src="https://static.igem.org/mediawiki/2014/1/1f/ToSchool_R.jpg">
 +
</a>
 +
</div>
 +
 
 +
<div id="toStreet">
 +
<a href="/Team:Dundee">
 +
  <img src="https://static.igem.org/mediawiki/2014/6/61/Dun_ToStreet.jpg">
 +
</a>
 +
</div>
<script>
<script>

Latest revision as of 01:36, 18 October 2014

Dundee 2014