Aller au contenu

Neoxys

Membre
  • Compteur de contenus

    1
  • Inscrit(e) le

  • Dernière visite

Réputation sur la communauté

0 Neutre
  1. Bonjour J'ai recherché pas mal de temps sur ce superbe forum, sous google and co, mais rien a faire, je n'ai pas trouvé de solutions a mon problème, toute fois assez "commun" : Un decalage des Div sous IE. En effet, alors que je veux que mon contenu soit centré, il est totalement bourré a gauche. J'ai eu beau essayer des heures les ficelles que vous donniez sur ce forum, rien ni fait, d'ou votre aide qui me serait d 'un grand secours . Sur ce, voici mon code de page et le CSS body { background-color : #575757; font-family : Arial, Helvetica, sans-serif; font-size : 12px; border : none; margin : auto; margin-top : 0; margin-bottom : 0; width : 800px; background-position : center; background-image : url(crasher/design/fond.gif); background-repeat : repeat-y; } #ensemble { margin-left : auto; margin-right : auto; width : 778px; font-family : Arial, Helvetica, sans-serif; margin : auto; } #header { width : 760px; background-color : white; } #page { width : 569px; float : left; padding : 0 10px; margin-bottom : 0; } #menu { width : 170px; text-align : left; font-family : Arial, Helvetica, sans-serif; font-size : 12px; float : right; margin-right : 19px; } #menu_haut { background-repeat : no-repeat; } #menu_liens { background-image : url(crasher/design/menu.gif); padding : 0 15px; background-repeat : repeat-y; } #menu_footer { background-repeat : no-repeat; margin-bottom : 0; } #menu a { color : #666666; } a:visited { text-decoration : none; } a:hover { text-decoration : underline; } a { text-decoration : none; color : #666666; } h1 { font-size : 12px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; } <body style="margin-top: 0px;"> <div id="ensemble" style="padding-left: 20px; padding-right: 20px;"> <div id="header"><img src="design/pokemontrash.jpg" alt=""></div> <!--FIN DE GENERATION DU STYLE ALTITUDINAL--> <div id="page"><br> <div align="center"><img src="design/barre_news.gif" alt=""></div> <!--GENERATION DU MODULE DE GESTION DYNAMIQUE--> <div align="center"><? $number = "5"; include("trasher/show_news.php");?></div> <!--GENERATION DU PANNEAU DE NAVIGATION--> <div id="menu"> <div id="menu_haut"><img src="design/menu_haut.gif" alt=""></div> <div id="menu_liens"><? include('menu.php'); ?></div> <div id="menu_footer"><img src="design/menu_bas.gif" alt=""></div> </div> </div> Je vous remercie d'avance pour vos réponses
×
×
  • Créer...