|
|
Line 88: |
Line 88: |
| | | |
| .menuContainer{ | | .menuContainer{ |
- | /*overflow:hidden;*/
| |
| position:absolute; | | position:absolute; |
| background-color:gray; | | background-color:gray; |
Line 96: |
Line 95: |
| -webkit-box-shadow:#999 2px 2px 10px; | | -webkit-box-shadow:#999 2px 2px 10px; |
| box-shadow:#999 2px 2px 10px; | | box-shadow:#999 2px 2px 10px; |
- | -moz-border-radius: 0 0 8px 8px; | + | |
- | -webkit-border-top-right-radius:0px; | + | -moz-border-radius : 8px; |
- | -webkit-border-top-left-radius:0px; | + | -webkit-border-radius : 8px; |
- | -webkit-border-bottom-right-radius:8px; | + | -khtml-border-radius : 8px; |
- | -webkit-border-bottom-left-radius:8px; | + | border-radius : 8px; |
| + | border-style: solid; |
| } | | } |
| .menuContainer.submenuContainer{ | | .menuContainer.submenuContainer{ |
Line 226: |
Line 226: |
| </div> | | </div> |
| | | |
- | <!--
| |
- | <div class="menu">
| |
- | <ul id="menu-top">
| |
- | <li id="menu-1" class="menu-column">
| |
- | <div id="menu-home" class="menu-head"></html> [[Team:Bonn|Home]] <html></div>
| |
- | </li>
| |
- | <li id="menu-2" class="menu-column">
| |
- | <div class="menu-head"></html> Team <html></div>
| |
- | <ul class="menu-sub-ul" id="menu-sub-team">
| |
- | <li class="menu-sub" id="menu-team-aboutus">
| |
- | </html> About Us <html>
| |
- | </li>
| |
- | <li class="menu-sub" id="menu-team-officialprofile">
| |
- | </html> [https://igem.org/Team.cgi?year=2013&team_name=Bonn Official Profile] <html>
| |
- | </li>
| |
- | <li class="menu-sub" id="menu-team-sponsors">
| |
- | </html> Sponsors <html>
| |
- | </li>
| |
- | <li class="menu-sub" id="menu-team-sponsors">
| |
- | </html> Acknowledgements<html>
| |
- | </li>
| |
- | <li class="menu-sub" id="menu-team-sponsors">
| |
- | </html> Bonn <html>
| |
- | </li>
| |
- | </ul>
| |
- | </li>
| |
- | <li id="menu-3" class="menu-column">
| |
- | <div class="menu-head"></html> Introduction <html></div>
| |
- | <ul class="menu-sub-ul" id="menu-sub-intro">
| |
- | </ul>
| |
- | </li>
| |
- | <li id="menu-4" class="menu-column">
| |
- | <div class="menu-head"></html> Project <html></div>
| |
- | <ul class="menu-sub-ul" id="menu-sub-project">
| |
- | </ul>
| |
- | </li> <li id="menu-5" class="menu-column">
| |
- | <div class="menu-head"></html> Human Practice <html></div>
| |
- | <ul class="menu-sub-ul" id="menu-sub-hp">
| |
- | </ul>
| |
- | </li>
| |
- |
| |
- | </ul>
| |
- | </div>
| |
- | <script>
| |
- | for(var m,m=1; m<3;m++) {
| |
- | dropdown("menu-"+m);
| |
- | }
| |
- | </script>
| |
- | -->
| |
| </html> | | </html> |