Per il copia incolla ci ho pensato!
Comunque con il css questo è il risultato:
http://nokiagames.altervista.org/?id=vuoto
Codice css :
Codice:
#menu {
clear: both;
margin: 0; padding: 0 40px 0 0;
background: url(/img/menub.png);
background-repeat: repeat;
width: 930px;
font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
height: 26px;
}
EDIT:
@tryphpnuke Non capisco perchè anche la tua immagine è sempre lo stesso risultato
EDIT 2:
come non detto ho risolto
Codice:
#menu {
clear: both;
margin: 0; padding: 0 40px 0 0;
background: url(/img/menub.png) repeat-y center top;
font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
height: 26px;
}
Dimenticavo
Grazie mille tryphpnuke