Team:Dundee/inside/board
From 2014.igem.org
(Difference between revisions)
(29 intermediate revisions not shown) | |||
Line 104: | Line 104: | ||
- | # | + | |
+ | #toRight{ | ||
position: fixed; | position: fixed; | ||
width: 40%; | width: 40%; | ||
Line 111: | Line 112: | ||
- | # | + | #toRight img { |
- | + | ||
cursor: pointer; | cursor: pointer; | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 90%; |
- | left: | + | left: 210%; |
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
margin: auto; | margin: auto; | ||
- | width: | + | width: 40%; |
- | height: | + | height: 40%; |
} | } | ||
- | + | #toStreet{ | |
- | # | + | |
position: fixed; | position: fixed; | ||
width: 40%; | width: 40%; | ||
Line 132: | Line 131: | ||
- | # | + | #toStreet img { |
- | + | ||
cursor: pointer; | cursor: pointer; | ||
position: absolute; | position: absolute; | ||
- | top: | + | top: 810%; |
- | left: - | + | left: -10%; |
right: 0; | right: 0; | ||
bottom: 0; | bottom: 0; | ||
margin: auto; | margin: auto; | ||
- | width: | + | width: 50%; |
- | height: | + | height: 50%; |
} | } | ||
+ | |||
</style> | </style> | ||
Line 153: | Line 152: | ||
<div id="bg"> | <div id="bg"> | ||
- | <img src="https://static.igem.org/mediawiki/2014/ | + | <img src="https://static.igem.org/mediawiki/2014/3/39/Outreach_board.jpg12.jpg" alt=""> |
</div> | </div> | ||
Line 181: | Line 180: | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
<div id="toRight"> | <div id="toRight"> | ||
+ | <a href="/Team:Dundee/inside/school"> | ||
<img src="https://static.igem.org/mediawiki/2014/1/1f/ToSchool_R.jpg"> | <img src="https://static.igem.org/mediawiki/2014/1/1f/ToSchool_R.jpg"> | ||
+ | </a> | ||
</div> | </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> | ||
Line 192: | Line 196: | ||
window.onload = function() { | window.onload = function() { | ||
fadeImg(); | fadeImg(); | ||
- | |||
- | |||
- | |||
} | } | ||
- | |||
- | |||
- | |||
- | |||
function fadeImg(){ | function fadeImg(){ |
Latest revision as of 01:36, 18 October 2014