365cosas
Menu NAVEGADORES
=======================EN HTML===============================
======================EN CSS==============================
#menunavegadores {
height: 50px;
float: left;
width: 800px;
margin-bottom: 20px;
margin-left: 200px;
}
.navegadores1 li {
display: block;
background-image: url(https://img.webme.com/pic/t/team-drakox/nav_button.png);
background-repeat: no-repeat;
float: left;
align: center;
}
.navegadores1 li a {
display: block;
float: left;
align: center;
height: 50px;
width: 91px;
text-align: center;
text-decoration: none;
font-size: 12px;
line-height: 48px;
}
.navegadores1 li a:hover {
color: #FFFFFF;
background-image: url(https://img.webme.com/pic/t/team-drakox/nav_button_hover.png);
background-repeat: no-repeat;
border: transparent
}
============== IMPORTANTE AÑADIR==========
============== IMPORTANTE AÑADIR==========
img {border:none;}