Imagen de Fondo:
Código:
Botonera:#maintable{
width:735px;
height:445px;
background: transparent #558FC9 url("fondo.jpg") top no-repeat center;
}
Código:
Que puede fallar?.botonera a {
background-image:none;
color: #000000;
font-size:12px;
text-align:center;
text-decoration: none;
display: block;
width: 128px;
height: 18px;
}
.botonera a:hover {
background-image: url("btn_over.jpg");
color: #ffffcc;
}
Muchas gracias!

