vand Posted December 9, 2011 Report Share Posted December 9, 2011 estava tentando colocar uma imagem no menudiv.menu{ background-image:url("bg-top-shadow.png"); background-repeat-x; height:100px; padding-top:5px;border:0;}div.menu a{color:#000080;font-family:tahoma, ariel, verdana;font-size:12px;padding:2px 13px 4px 10px;text- decoration:none;}div.menu a:hover{color:#0060FF;text-decoration:underline;}so que não funcionou, se alguém puder me ajudar Quote Link to comment Share on other sites More sharing options...
0 rickynavas Posted December 30, 2011 Report Share Posted December 30, 2011 estava tentando colocar uma imagem no menudiv.menu{ background-image:url("bg-top-shadow.png"); background-repeat-x; height:100px; padding-top:5px;border:0;}div.menu a{color:#000080;font-family:tahoma, ariel, verdana;font-size:12px;padding:2px 13px 4px 10px;text- decoration:none;}div.menu a:hover{color:#0060FF;text-decoration:underline;}so que não funcionou, se alguém puder me ajudarOlá, Verifique se o caminho da imagem está correto.a linha -> background-repeat-x;está errada, o correto é:background-repeat: repeat-x;[]s Quote Link to comment Share on other sites More sharing options...
Question
vand
estava tentando colocar uma imagem no menu
div.menu{
background-image:url("bg-top-shadow.png");
background-repeat-x;
height:100px;
padding-top:5px;
border:0;
}
div.menu a{
color:#000080;
font-family:tahoma, ariel, verdana;
font-size:12px;
padding:2px 13px 4px 10px;
text- decoration:none;
}
div.menu a:hover{
color:#0060FF;
text-decoration:underline;
}
so que não funcionou, se alguém puder me ajudar
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.