Alyssa L. Henning: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
[[Image:Menu-bg.jpg|center|600px]]


<html>
<head>
<style type="text/css" media=screen>
<!--
#barameniu {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 650px;
    height: 28px;
    background: #FF6633;
    font: bold 12px tahoma, Arial, Helvetica, sans-serif;
}


#barameniu ul {
    margin: 0;
    padding: 0;
    float: none;
}


<html>
#barameniu li {
<head>
    padding: 0 0 0 0;
<style>
    margin: 0;
#navbar {
    float: left;
background-image:url('http://openwetware.org/wiki/Image:Menu-bg.jpg');
border-right:double #FFFFFF; list-style:none;  
position:relative;
}
margin-top:-40px;
 
top:10px;
#barameniu ul li a:link, #barameniu ul li a:active, #barameniu ul li a:visited {
left:-5px;
    dISPlay: block;
height:210px;
    float: left;
width:774px;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    text-decoration: none;
}
}
#barameniu ul li a:hover {
    background: #FF6666;
                        }
-->
</style>
</style>
</head>
</head>
<body>
<div id="barameniu">
<ul>
</ul>
</div>
</body>
</html>
</html>

Revision as of 08:20, 25 April 2012

<html> <head> <style type="text/css" media=screen> <!--

  1. barameniu {
   margin: 0 auto;
   padding: 0;
   position: relative;
   width: 650px;
   height: 28px;
   background: #FF6633;
   font: bold 12px tahoma, Arial, Helvetica, sans-serif;

}

  1. barameniu ul {
   margin: 0;
   padding: 0;
   float: none;

}

  1. barameniu li {
   padding: 0 0 0 0;
   margin: 0;
   float: left;

border-right:double #FFFFFF; list-style:none; }

  1. barameniu ul li a:link, #barameniu ul li a:active, #barameniu ul li a:visited {
   dISPlay: block;
   float: left;
   padding: 0 20px;
   height: 28px;
   line-height: 28px;
   color: #FFFFFF;
   text-decoration: none;

}

  1. barameniu ul li a:hover {
   background: #FF6666; 
                        }

--> </style> </head> <body> <div id="barameniu"> <ul> </ul> </div> </body> </html>