Menu Aura fil de cadre

<style type="text/css">
.wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 100%;
}
.wireframeauramenu ul{
border: 1px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}
.wireframeauramenu ul li{
display: inline;
}
.wireframeauramenu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}
.wireframeauramenu ul li a:hover{
color: black;
background: transparent url(media/lightyellow.gif) center center no-repeat; /*background of menu item onMouseover*/
}
</style>
Le code html

<div class="wireframeauramenu">
<ul>
<li><a href="VOTRE LIEN ICI">CSS Library</a></li>
<li><a href="VOTRE LIEN ICI">CSS Drive</a></li>
<li><a href="VOTRE LIEN ICI">Gif Optimizer</a></li>
<li><a href="VOTRE LIEN ICI">Favicon Creator</a></li>
<li><a href="VOTRE LIEN ICI">Button Maker</a></li>
</ul>
</div>
0 commentaires:
Enregistrer un commentaire