Z racji tego, że uczę się kodować w dreamweaverze zakodowałam szablon allegro i chciałabym spytać Was o poprawność tego kodu oraz czym mogę zastąpić
"position: absolute", bo allegro nie przyjmuje, a nie chce mi się trzymać wszystko we wrapperze.
<head> <style type="text/css"> body { } #wrapper { height: auto; width: 1200px; margin-right: auto; margin-left: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; } #baner { height: 243px; width: 1200px; } baner, leftmenu, main, footer { display: block; } #leftmenu { float: left; width: 268px; position: relative; } #nazwa { height: 94px; width: 223px; left: 673px; top: 35px; position: absolute; } #main { float: left; width: 932px; } #footer { float: left; height: 88px; width: 1200px; } #topmenu { position: absolute; width: 572px; left: 43px; top: 124px; height: 36px; } .nazwa { color: #FFF; } </style> </head> <body> <div align="center" id="wrapper"> <map name="Map"> <area shape="rect" coords="48,111,126,140" href="http://allegro.pl/my_page.php?uid=17356276"> <area shape="rect" coords="145,109,277,141" href="http://allegro.pl/listing/user/listing.php?us_id=17356276"> <area shape="rect" coords="292,112,428,141" href="http://allegro.pl/show_user.php?uid=17356276"> <area shape="rect" coords="443,114,600,141" href="http://allegro.pl/SendMailToUser.php?userId=17356276"> </map> </div> <div id="leftmenu"> <table width="268" border="0" cellspacing="0" cellpadding="0"> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> </table> </div> <div id="main"> <table width="932" border="0" cellspacing="0" cellpadding="0"> <tr> <div id="nazwa"> <table width="223" border="0" cellspacing="0" cellpadding="0"> <tr> </tr> </table> </div> </tr> </table> </div> </div> </body>