Ciao,
sto cercando di creare un template html che risponda a queste caratteristiche:
3colonne --> colonna fissa centrale e due colonne laterali in percentuale
Ho girato vari siti o fatto varie prove ma non ho trovato niente di già pronto e non sono riuscito a venirne a capo; qui è dove mi sono arenato che ho utilizzato, mi dareste una mano?
Graziecodice:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Layout 31</title> <meta http-equiv="contenuti_destra-type" contenuti_destra="text/html; charset=iso-8859-1"> <style type="text/css"> html,body{margin:0;padding:0} body{font: 76% arial,sans-serif} p{margin:0 10px 10px} a{display:block;color: #006;padding:10px} </style> </head> <body> <div style="padding: 0 auto"> <div style="float: left; height: 170px; background: #CCFFCC">sinistra</div> <div style="float: left; width: 780px;"> <div style="width: 580px; float: right; background: #FF9966"> <div> 1) contenuti_destra here. column long long column very long fill fill fill long text text column text silly very make long very fill silly make make long make text fill very long text column silly silly very column long very column filler fill long make filler long silly very long silly silly silly long filler make column filler make silly long long fill very.</p> very make make fill silly long long filler column long make silly silly column filler fill fill very filler text fill filler column make fill make text very make make very fill fill long make very filler column very long very filler silly very make filler silly make make column column </p> fill long make long text very make long fill column make text very silly column filler silly text fill text filler filler filler make make make make text filler fill column filler make silly make text text fill make very filler column very </p> column text long column make silly long text filler silly very very very long filler fill very fill silly very make make filler text filler text make silly text text long fill fill make text fill long text very silly long long filler filler fill silly long make column make silly long column long make very </p> </div> </div> <div style="width: 200px; float: left; background: #99FFFF"> 2) contenuti_sinistra here. long long fill filler very fill column column silly filler very filler fill fill filler text fill very silly fill text filler silly silly filler fill very make fill column text column very very column fill fill very silly column silly silly fill fill long filler </p> </div> <div style="clear: left"></div> </div> <div style="float: left; height: 170px; background: #66CC00">destra</div> <div style="clear: left"></div> </div> </body> </html>![]()