Salut !
J'ai commencé à developper un petit site en XHtml :
http://artaz.free.fr/artaz
La mise en page utilise des blocs CSS. Sous IE aucun problème d'affichage mais sous Mozilla Firefox (0.8) certains blocs semblent ne pas s'afficher ! Je vois pas trop où est le problème alors si quelqu'un avait une idée
Voici un extrait du fichier CSS :
Code :
- #conteneur {
- background:url('../imgs/hautDroite2.gif');
- background-repeat:repeat-x;
- }
- #haut {
- width:100%;
- height:176px;
- }
- #haut #hautGauche {
- background:url('../imgs/hautGauche.gif');
- width:295px;
- height:176px;
- }
- #haut #hautdroite {
- }
- #haut #hautdroite #hautdroite1 {
- position:absolute;
- top:0px;
- margin-left:295px;
- background:url('../imgs/hautDroite1.gif');
- width:514px;
- height:176px;
- }
- #haut #hautdroite #hautdroite3 {
- position:absolute;
- top:0px;
- right:0px;
- background:url('../imgs/hautDroite3.gif');
- width:115px;
- height:176px;
- }
- #bas {
- position:absolute;
- top:176px;
- height:100%;
- }
- #bas #basGauche {
- float:left;
- background:url('../imgs/basGauche.gif');
- width:295px;
- height:100%;
- }
- #bas #basGauche #menu {
- width:295px;
- }
- #bas #contenu {
- width:100%;
- }
|
Merci beaucoup d'avance !
Tim.
Message édité par artaz le 18-04-2004 à 17:00:35