Line 40: | Line 40: | ||
$('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | $('.top-nav ul li div').bind('mouseleave',function(){$(this).stop().slideUp();}); | ||
}) | }) | ||
+ | </script> | ||
+ | <script> | ||
+ | function changeface() | ||
+ | { | ||
+ | element=document.getElementById('menuhead') | ||
+ | if (element.style.display='none') | ||
+ | { | ||
+ | element.style.display='block'; | ||
+ | } | ||
+ | else | ||
+ | { | ||
+ | element.style.display='none'; | ||
+ | } | ||
+ | } | ||
</script> | </script> | ||
<!-- font --> | <!-- font --> | ||
Line 7,023: | Line 7,037: | ||
<ul> | <ul> | ||
<li> | <li> | ||
− | + | <div class="res" target="_self" id="menuhead"> | |
+ | |||
+ | |||
+ | <h5> Meow~</h5> | ||
+ | <img onclick="changeface()" src="https://static.igem.org/mediawiki/2018/e/e4/T--GreatBay_China--menucathead.png" width="800px"></div> | ||
+ | |||
+ | </li> | ||
+ | <li> | ||
+ | |||
<a href="#"><span>Team</span></a> | <a href="#"><span>Team</span></a> | ||
<div> | <div> | ||
Line 7,037: | Line 7,059: | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Description">Description</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Design">Design</a> | ||
− | + | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Results" >Results</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Results" >Results</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Demonstrate">Demonstrate</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Demonstrate">Demonstrate</a> | ||
Line 7,069: | Line 7,091: | ||
<a href="#"><span>Lab</span></a> | <a href="#"><span>Lab</span></a> | ||
<div> | <div> | ||
+ | <a href="https://2018.igem.org/Team:GreatBay_China/Experiments">Experiments</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Notebook">Notebook</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Notebook">Notebook</a> | ||
<a href="https://2018.igem.org/Team:GreatBay_China/Interlab">Interlab</a> | <a href="https://2018.igem.org/Team:GreatBay_China/Interlab">Interlab</a> |