Ciao a tutti, ho creato questo css ma stò' impazzendo perchè il div centrale della pagina ovvero quello che contiene il contenuto dinamico che dovrebbe espandersi anche verso il basso rimane fisso.
Questo è l'IFRAME posizionato nel div centrale:
Questo è il css. Dove sbaglio?codice:<iframe frameborder="0" marginheight="0" scrolling=no name="centrale" height="500" width="100%" src="start.asp"></iframe>
codice:html,body{ margin: 0; padding:0; color: #FFFFCC; background-image: url(img/sfondo.jpg); background-repeat: repeat-x; background-color: #B6C2C2; } div#container{ width: 100%; float: none; display: table; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; font-family: Arial, Helvetica, sans-serif; font-size: 0.7em; } div#header{ height: 230px; width: 100%; display: table; background-repeat: no-repeat; text-align: center; } div#lang{ height:24px; text-align:right; font-size:0.9em; color:#FFFFCC; border-bottom:#eee; padding-right:20px; vertical-align: top; } /* navigazione */ div#navigazione{ margin: 0px; padding: 0px 0px 0px 200px; list-style-type: none; width: 80%; display: table; } div#navigazione ul{ margin: 0px; padding: 0px; list-style-type: none; } div#navigazione li{ float: left; width: 160px; margin-left: 1px; line-height: 28px; text-align: center; text-transform: uppercase; letter-spacing: 1px; font-size: 0.9em; color: #666; } div#navigazione li b{ display: block; width: 100%; color: #203208; background-image: url(img/5a.jpg); background-repeat: repeat-x; } div#navigazione li a{ display: block; width: 100%; text-decoration: none; color: #FFCC66; background-image: url(img/3a.jpg); background-repeat: repeat-x; } div#navigazione li a:hover{ background: url(img/4a.jpg) repeat-x; color: #fff; } /* tabella sinistra */ div#sinistra{ float:left; width:200px; color: #FFCC99; } div#sinistra ul { list-style-type: none; margin: 0px; padding: 0px; } div#sinistra li { line-height: 24px; height: 24px; text-indent: 8px; font-size: 0.9em; height: 25px; } div#sinistra li a { display: block; width: 100%; text-decoration: none; color: #FFFFCC; background-image: url(img/1a.jpg); background-repeat: repeat-y; } div#sinistra li a:hover { background: url(img/2a.jpg) repeat-y; color: #1B6E66; } /* tabella centrale */ div#centrale{ height: 100%; margin-left:200px; margin-right:200px; padding-top:0px; padding-bottom:10px; font-size:1.1em; text-align: left; background-image: url(img/sfondo_body.jpg); background-repeat: repeat; color: #000000; padding-right: 20px; padding-left: 20px; } div#centrale h2 { margin: 0px; line-height: 64px; font-weight: 100; letter-spacing: -1px; font-size: 1.8em; color: #f60; } div#centrale h3 { margin: 0px; line-height: 40px; font-weight: 100; letter-spacing: -1px; font-size: 1.6em; color: #666; margin-top: 8px; border-top: 1px solid #fff; } /* tabella destra */ div#destra{ float:right; width:200px; font-size:0.9em; text-align:justify; } div#destra h4{ line-height: 28px; background: url(img/5.jpg) repeat-x; text-indent: 4px; font-weight: 100; font-size: 1.1em; color: #006600; text-transform: uppercase; text-align: left; margin: 0px; } div#destradw1{ width: 190px; margin: auto; line-height: 40px; clear: both; background: url(img/sfondo_cella_a.jpg) repeat-y; text-indent: 20px; display: table; } div#destradw1 a{ display: block; width: 100%; text-decoration: none; color: #f60; } div#destradw1 a:hover{ color: #fff; } div#contenitore{ background-color: #1B6E66; } div#footer{ background-color: #1D7066; font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height: 60px; text-align: center; }

Rispondi quotando