Line 1: | Line 1: | ||
{{RHIT}} | {{RHIT}} | ||
<html> | <html> | ||
+ | |||
+ | <script> | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $("#gen").click(function(){ | ||
+ | $("#genpic").slideToggle("slow"); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <div class = "column third_size"></div> | ||
+ | <div class = "column third_size"> | ||
+ | <center> | ||
+ | <h4 style="cursor:pointer" id="gen">Genetics Model </h4> | ||
+ | </center> | ||
+ | </div> | ||
+ | <div class="column third_size"> | ||
+ | <div class="popup" onclick="PopUp()"> <img src="https://static.igem.org/mediawiki/2018/8/8e/T--RHIT--PebbleHelp.jpg" style="width:40%"> | ||
+ | <span class="popuptext" id="myPopup" style="position:absolute; top:20px; left:300px; width:500px">Click on the picture to go to the next one. | ||
+ | </span> | ||
<script> | <script> |
Revision as of 21:25, 7 August 2018