Template:Nanouanl: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 3: Line 3:
<link href='menu.css' rel='stylesheet' type='text/css'>
<link href='menu.css' rel='stylesheet' type='text/css'>
</head>
</head>
<body>
 
<style>
/* CSSTerm.com Simple CSS menu */
 
.menu_simple ul {
    margin: 0; 
    padding: 0;
    width:185px;
    list-style-type: none;
}
 
.menu_simple ul li a {
    text-decoration: none;
    color: white; 
    padding: 10.5px 11px;
    background-color: #005555;
    display:block;
}
 
.menu_simple ul li a:visited {
    color: white;
}
 
.menu_simple ul li a:hover, .menu_simple ul li .current {
    color: white;
    background-color: #5FD367;
}
 
</style>
</HTML>
 
<div class="menu_simple">
<div class="menu_simple">
<img src="https://dl.dropboxusercontent.com/u/102686577/nanouanl.png"WIDTH=160, HEIGTH=200></a>
<img src="https://dl.dropboxusercontent.com/u/102686577/nanouanl.png"WIDTH=160, HEIGTH=200></a>
Line 21: Line 51:
</ul>
</ul>
</div>
</div>
</body>
</html>

Revision as of 10:56, 25 October 2013

<html> <head> <link href='menu.css' rel='stylesheet' type='text/css'> </head>

<style> /* CSSTerm.com Simple CSS menu */

.menu_simple ul {

   margin: 0;  
   padding: 0; 
   width:185px; 
   list-style-type: none; 

}

.menu_simple ul li a {

   text-decoration: none; 
   color: white;  
   padding: 10.5px 11px; 
   background-color: #005555; 
   display:block; 

}

.menu_simple ul li a:visited {

   color: white; 

}

.menu_simple ul li a:hover, .menu_simple ul li .current {

   color: white; 
   background-color: #5FD367; 

}

</style> </html>