User:Vinoo/2014Design6

From 2014.igem.org

(Difference between revisions)
m
m
Line 23: Line 23:
position: absolute;
position: absolute;
left: 0px;
left: 0px;
 +
display: none;
width: 100%;
width: 100%;
height: 100px;
height: 100px;
Line 50: Line 51:
<script>
<script>
$(document).ready(function() {
$(document).ready(function() {
-
 
+
$('dropToggle').mouseenter( function() {
 +
$('dropMenu').show();
 +
});
});
});
</script>
</script>
</body>
</body>
</html>
</html>

Revision as of 20:40, 27 January 2014