Sfondo in tabella generata con script FF, sfondo intero non in cella

« Older   Newer »
  Share  
arisil
view post Posted on 25/10/2009, 22:53




ciao,
ho visto nei vari post precedenti il codice per mettere unìimmagine di sfondo in una cella della tabella, ma a me servirebbe un codice (se esiste) per mettere lo sfondo unico alla tabella che è stata generata in automatico tramite lo script di Forum Free.

la tabella ha 2 righe e 3 colonne e lo sfondo dovrebbe essere unico per tutta la tabella

grazie^^
 
Top
view post Posted on 26/10/2009, 17:08
Avatar

Everyone has limits - Not everyone accepts them.

Group:
I <3 Skinning!
Posts:
10,982

Status:


Puoi postare il codice?
 
Top
arisil
view post Posted on 26/10/2009, 17:15




si lo posso postare, anche se è un comunissimo codice per tabelle^^

CODICE
<table class="skin_tbl" align="center" cellpadding="0" cellspacing="0"><tr><td class="mleft_top"></td><td><table class="mback" width="100%" cellpadding="0" cellspacing="0"><tr><td class="mback_left"></td><td class="mback_center">

<div class="mtitle">TITOLO</div>

</td><td class="mback_right"></td></tr></table></td><td class="mright_top"></td></tr><tr><td class="mleft"></td><td><table class="mainbg" style="text-align:center;width:100%" cellpadding="4" cellspacing="1">

<tr title="RIGA1">
<td class="ww">COLONNA1</td>
<td class="aa">COLONNA2</td>
<td class="ww">COLONNA3</td>
</tr>

<tr title="RIGA2">
<td class="ww">COLONNA1</td>
<td class="aa">COLONNA2</td>
<td class="ww">COLONNA3</td>
</tr>

</table></td><td class="mright"></td></tr><tr><td class="mleft_bottom"></td><td><table class="msub" width="100%" cellpadding="0" cellspacing="0"><tr><td class="msub_left"></td><td class="msub_center">&nbsp;</td><td class="msub_right"></td></tr></table></td><td class="mright_bottom"></td></tr></table><br><br>


 
Top
view post Posted on 26/10/2009, 18:46
Avatar

Everyone has limits - Not everyone accepts them.

Group:
I <3 Skinning!
Posts:
10,982

Status:


Prova con questo, dovrebbe andare:
HTML
<table class="skin_tbl" align="center" cellpadding="0" cellspacing="0"><tr><td class="mleft_top"></td><td><table class="mback" width="100%" cellpadding="0" cellspacing="0"><tr><td class="mback_left"></td><td class="mback_center">

<div class="mtitle">TITOLO</div>

</td><td class="mback_right"></td></tr></table></td><td class="mright_top"></td></tr><tr><td class="mleft"></td><td><table class="mainbg" style="background-image: url(URL_IMMAGINE);text-align:center;width:100%" cellpadding="4" cellspacing="1">

<tr title="RIGA1" border="1">
<td>COLONNA1</td>
<td>COLONNA2</td>
<td>COLONNA3</td>
</tr>

<tr title="RIGA2">
<td>COLONNA1</td>
<td>COLONNA2</td>
<td>COLONNA3</td>
</tr>

</table></td><td class="mright"></td></tr><tr><td class="mleft_bottom"></td><td><table class="msub" width="100%" cellpadding="0" cellspacing="0"><tr><td class="msub_left"></td><td class="msub_center">&nbsp;</td><td class="msub_right"></td></tr></table></td><td class="mright_bottom"></td></tr></table><br><br>

Sostituisci a URL_IMMAGINE il link all'immagine di sfondo.

L'unico problema resta questo:
SPOILER (click to view)
TITOLO
COLONNA1COLONNA2COLONNA3
COLONNA1COLONNA2COLONNA3
 


Come puoi vedere non si vede la distinzione tra le colonne(ho fatto un esempio con il logo di ILS).
 
Top
arisil
view post Posted on 27/10/2009, 11:22




grazie mille lo proviamo lo stesso e vediamo se l'effetto va bene^^
ovviamente vi faccio sapere se ok così rimane per gli altri.
 
Top
arisil
view post Posted on 27/10/2009, 17:06




grazie davvero!! Funziona benissimo ed è esattamente quello che serviva.
Ovviamente visto che me lo aveva chiesto un'utente da me, ho provveduto a mettere il link per i credits all'ILS :) cosa che ho chiesto anche all'utente.
 
Top
5 replies since 25/10/2009, 22:53   110 views
  Share