Se connecter avec
S'enregistrer | Connectez-vous

Diviser une page en 5 parties

Dernière réponse : dans Programmation
Lassé par la pub ? Créez un compte
Expert Programmation

Salut,

Un truc dans ce genre minimaliste:

  1. <div id="container" style="width:910px; margin:auto;">
  2. <div id="header">
  3. <div id="header1" style="float:left; width:450px;">
  4. Logo...
  5. </div>
  6. <div id="header2" style="float:left; width:450px;">
  7. Nom société...
  8. </div>
  9. </div>
  10.  
  11. <div id="content" style="clear:both">
  12. <div id="menu" style="float:left; width:200px;">
  13. Menu...
  14. </div>
  15. <div id="descriptif" style="float:left; width:700px;">
  16. Descriptif...
  17. </div>
  18. </div>
  19.  
  20. <div id="footer" style="clear:both;">
  21. pied de page...
  22. </div>
  23. </div>
Lassé par la pub ? Créez un compte
Tom's guide dans le monde