ďťż

[css] wyrównanie div w poziomie zgodnie z xhtml 1.0

       

Podstrony


telcocafe

css
html, body { background-image: url(background.png); margin: 0px; padding: 0px; } #MainContainer { width: 100%; text-align: center; } #SecondContainer { width: 1110px; } #Top { margin-top: 27px; margin-bottom: 30px; width: 1110px; height: 202px; background-image: url(top.png); } #MenuLeft { width: 260px; margin-bottom: 30px; float: left; background-color: #888; } #MainContent { margin-left: 23px; width: 542px; margin-bottom: 30px; float: left; background-color: #ccc; } #MenuRight { width: 260px; margin-bottom: 30px; float: right; background-color: #ccc; } #Footer { clear: both; height: 31px; left:0px; width: 100%; background-image: url(footer.png); }

index.html:
(...) <body> <div id="MainContainer"> <div id="SecondContainer"> <div id="Top"></div> <div id="MenuLeft">LEWA</div> <div id="MainContent">TRESC </div> <div id="MenuRight">PRAWA</div> </div> <div id="Footer">STOPKA</div> </div> </body> (...)
Problem: Jak zrobić, aby divy w Firefoxie i w Operze były wyśrodkowane. W IE wszystko jest OK



W MainContainermargin: 0px auto;
Użytkownik andrzej_aa edytował ten post 14 grudzień 2007, 18:12
Działa, ale jak się wpisze do SecondContainer. Wielkie dzięki ;)
Użytkownik matilinks edytował ten post 14 grudzień 2007, 18:17
  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • nvm.keep.pl

  • Sitedesign by AltusUmbrae.