Template:INSA-Lyon/menuB

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<div id="menu">     
+
 
-
<ul id="menu">
+
 
 +
<style type="text/css">
 +
 
 +
#navigation {
 +
    width: 200px ;
 +
    list-style: none ;
 +
    margin: 0 ;
 +
    padding: 0 ;
 +
    }
 +
 
 +
#navigation li {
 +
    background: #c00 ;
 +
    color: #fff ;
 +
    border: 1px solid #600 ;
 +
    margin-bottom: 1px ;
 +
    }
 +
 
 +
#navigation li a {
 +
    display: block ;
 +
    background: #c00 ;
 +
    color: #fff ;
 +
    font: 1em "Trebuchet MS",Arial,sans-serif ;
 +
    line-height: 1em ;
 +
    text-align: center ;
 +
    text-decoration: none ;
 +
    padding: 4px 0 ;
 +
    }
 +
 
 +
#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
 +
    background: #900 ;
 +
    text-decoration: underline ;
 +
    }
 +
 
 +
</style>
 +
 
 +
 
 +
 
 +
<div id="navigation">     
 +
<ul id="navigation">
     <li><a href="/Team:Lyon-INSA-ENS">Home</a></li>
     <li><a href="/Team:Lyon-INSA-ENS">Home</a></li>
     <li>
     <li>
         <a href="/Team:Lyon-INSA-ENS/Team">About us</a>
         <a href="/Team:Lyon-INSA-ENS/Team">About us</a>
-
        <!--Subnav Starts Here-->
+
<!--      <!--Subnav Starts Here-->
         <span>
         <span>
             <a href="/Team:Lyon-INSA-ENS/Team/Students">Students</a> |
             <a href="/Team:Lyon-INSA-ENS/Team/Students">Students</a> |
Line 15: Line 53:
         </span>
         </span>
         <!--Subnav Ends Here-->
         <!--Subnav Ends Here-->
 +
-->
     </li>
     </li>

Revision as of 18:44, 24 April 2011