ďťż
Podstrony
|
telcocafePrzejdę od razu do rzeczyPlik index.php <body onload="" style="font-size=12px; background-image:url(includes/bg_body.jpg);"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <title>2b Lyski</title> <style> body { margin: 0; padding: 0; background: #FFF; color: #424F5D; font: bold 15px/130% Verdana; text-align: center; } div#wrapperAll { width: 760px; margin: 10px auto; border: 1px solid #A1B5C9; /* text-align: left; */ } * html * div#wrapperAll { width: 762px; w\idth: 760px; } div#wrapperHeader { height: 100px; background: #D5EAFF; } div#wrapperColLeft, div#wrapperColRight { width: 21%; float: left; min-height: 500px; background: #E5E5E5; } div#wrapperContent { width: 58%; float: left; min-height: 500px; background: #ffffff; } * html * div#wrapperContent { height: 500px; } div#wrapperFooter { clear: both; height: 50px; background: #D5EAFF; } </style> </head> <body> <div id="wrapperAll"> <div id="wrapperHeader"> <? include ("includes/header.php"); ?> </div> <div id="wrapperColLeft"> <? include ("includes/l_bar.php"); ?> </div> <div id="wrapperContent"> <? include ("site/home.php"); ?> </div> <div id="wrapperColRight"> <? include ("includes/r_bar.php"); ?> </div> <div id="wrapperFooter"> <? include ("includes/stopka.php"); ?> </div> </div> </body> </html> ( jak sie można domyslić... to layout przedstawiony przez eksperta z mojimi modyfikacjami ) Gdy otwieram strone w Operze, pod elementami Lewego i Prawego menu ( odnośniki ( l_bar.php ), zegar, kalędarz ( r_bar.php ) ) jest kolor tła, aż do stoki, w której jest inny ( wszystko jest prawidłowo ). Natomiast gdy strona zostanie otwarta w IE pod elementami nie ma koloru tła... tylko obrazek pod adresem "includes/bg_body.jpg" - ten sam obraz jest na początku strony. Pomóżcie @down - z kodem wszystko jest ok. Jedyny błąd to błąd w interpretacji min-height. Użytkownik Bartas edytował ten post 24 wrzesień 2006, 13:42 Nie pomogło... :/ zrób jeszcze jednego diva. który będzie obejmował divy left, right i content, i na samym koncu daj <br style="clear:both" />. Oczywiście daj odpowiednie tło w jego background (zapewne bedzie to obrazek o szerokosci calej strony z odpowiednimi dla bloków tłami). |
|||
Sitedesign by AltusUmbrae. |