beh per ora sono arrivato con un pò d'auito qui:
ma non riesco ad andare avanti qualcuno sa dove sbaglio?codice:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <style> /* malaroba */ html,body { margin:0; padding: 0; height: 100% } div#page { position: relative; height:100% } body>div#page { height: auto; min-height: 100% } div#content { padding: 0 1.5em 1.5em } div#footer { position:absolute; bottom: 0;width: 100% } /* malaroba */ div { overflow:hidden; border:1px solid #333333; margin:0; padding:0; } iframe{ border:0; } </style> </head> <body> <div id= "page" style="width:100%;margin: 0px auto;border:0"> <div style="clear:both;"> <iframe style="width:100%;min-height:150px"></iframe> </div> <div id="content" style="clear:both;margin-top:4px;border:0;padding:0;overflow:hidden"> <div style="float:left;margin-right:5px;"> <iframe style="width:200px;min-height:250px" ></iframe> </div> <div style="width:auto;"> <iframe style="width:100%;min-height:250px" ></iframe> </div> </div> <div style="clear:both;border:0"></div> <div id="footer" style="clear:both;margin-top:4px"> <iframe style="width:100%;height:20px" ></iframe> </div> </div> </body> </html>

Rispondi quotando