Volevo utilizzare questa skin,e temporaneamente usare questa:
http://www.phpbb3styles.net/db/style/fisubice2
Lo stile è basato su subsilver2,ma quando vado ad esempio a mettere la welcome mod nel template overall_header,il bordo esterno viene racchiuso fino alla fine della welcome mod.
Vi faccio un esempio che a volte le immagini parlano più chiaramente:
http://img221.imageshack.us/img221/8916/immaginezd.png
Come faccio quindi a far si che sia tutto racchiuso al suo interno?
EDIT:inoltre,ho apportato alcune modifiche al css,modificando solo questi parametri in questa maniera:
Codice: Seleziona tutto
#wrapheader {
min-width: 900px;
width: 900px;
min-height:150px;
height: 150px;
height: auto !important;
background: url(http://img97.imageshack.us/img97/817/marzou.png) #e1e1e2;
/* Bordo a41b2f */
background-repeat: no-repeat;
padding: 0;
margin: 0 auto;
}
#wrapcentre {
margin: 0 auto;
min-width: 868px;
width: 868px;
padding-top: 5px;
}
#wrapfooter {
text-align: center;
clear: both;
background: #E1E1E2 url(http://img10.imageshack.us/img10/5233/footcopia.png) top repeat-x ;
margin: auto;
min-width: 900px;
width: 900px;
min-height: 142px;
}
Dimenticavo,ho toccato anche l'everall_heade in questo punto:
Codice: Seleziona tutto
<table class="bodyline" width="900px" cellspacing="0" cellpadding="0" border="0">