Yo minhas estrelinhas, trago mais um menu para vocês, o efeito do menu é que as imagens ficam ao lado do link e que mudam ao passar o mouse sobre ele. Ele e bem maneiro e irei usa-lo no meu próximo layout. \o/
Códigos
/*Hover Menu
----------------------------------------------- */
#menuextra {
display : block;
font-size: 11px;
font-family: ariel;
letter-spacing : 0;
border-bottom : 1px dashed #000000;
background-repeat : no-repeat;
text-indent : 5px;
vertical-align : middle;
text-decoration : none;
line-height : 17px;
margin-bottom : 1px;
background : url(1 Imagem) no-repeat left;
padding-left : 10px;
}
#menuextra:hover {
display : block;
text-decoration : none;
vertical-align : middle;
line-height : 17px;
border-bottom : 1px dashed #FF1D79;
background : ur l(2 Imagem) no-repeat left;
padding-left : 10px;
}
----------------------------------------------- */
#menuextra {
display : block;
font-size: 11px;
font-family: ariel;
letter-spacing : 0;
border-bottom : 1px dashed #000000;
background-repeat : no-repeat;
text-indent : 5px;
vertical-align : middle;
text-decoration : none;
line-height : 17px;
margin-bottom : 1px;
background : url(1 Imagem) no-repeat left;
padding-left : 10px;
}
#menuextra:hover {
display : block;
text-decoration : none;
vertical-align : middle;
line-height : 17px;
border-bottom : 1px dashed #FF1D79;
background : ur l(2 Imagem) no-repeat left;
padding-left : 10px;
}
Códigos
<div id="menuextra"><a href="LINK">NOME</a></div>
Nenhum comentário:
Postar um comentário