Team:Bonn
From 2013.igem.org
(Difference between revisions)
Line 4: | Line 4: | ||
<html> | <html> | ||
<script> | <script> | ||
- | function | + | function showTile(id) { |
- | + | $("#page-box-"+id+"-content").stop().fadeOut(); | |
- | + | $("#page-box-"+id+"-content").stop().fadeIn(); | |
- | + | $("#page-box-"+id+"-content").fadeIn(); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | + | function hideTile(id) { | |
- | function | + | $("#page-box-"+id+"-content").stop().fadeIn(); |
- | + | $("#page-box-"+id+"-content").stop().fadeOut(); | |
- | + | $("#page-box-"+id+"-content").fadeOut(); | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
</script> | </script> | ||
<style type="text/css"> | <style type="text/css"> | ||
Line 85: | Line 50: | ||
</div> | </div> | ||
<div id="page-row3" class="page-row" style="width:800px;height:260px;margin:20px auto 0 auto "> | <div id="page-row3" class="page-row" style="width:800px;height:260px;margin:20px auto 0 auto "> | ||
- | <div id="page-box-9" class="page-box-small" style="border:1px solid white;float:left;margin:0 15px 0 0;"> | + | <div id="page-box-9" onmouseover=showTile(9) onmouseout=hideTile(9) class="page-box-small" style="border:1px solid white;float:left;margin:0 15px 0 0;"> |
- | <!--<div class="kachelheading"> | + | <!--<div class="kachelheading">picture gallery</div>--> |
<div id="page-box-9-content" class="page-box-small" style="background-color:black; opacity:0.75;float:left;margin:0 15px 0 0;"> | <div id="page-box-9-content" class="page-box-small" style="background-color:black; opacity:0.75;float:left;margin:0 15px 0 0;"> | ||
<p style="font-family:Century Gothic; padding:0px 8px 0 8px;font-size:16px;color:white;text-align:left;">Test</br>testtest</br>test</p><p class="kachelheading">picture gallery</p> | <p style="font-family:Century Gothic; padding:0px 8px 0 8px;font-size:16px;color:white;text-align:left;">Test</br>testtest</br>test</p><p class="kachelheading">picture gallery</p> |
Revision as of 16:14, 4 October 2013
Testtesttesttest
picture gallery