mise en page

mise en page - HTML/CSS - Programmation

Marsh Posté le 27-08-2004 à 10:34:27    

Salut,
 
je voudrais savoir si vous trouvez mon code correct.

    default:
  echo '<td class="gauche">';
  include('include/'.$_SESSION['langue'].'/frames/gauche.php');
  echo '</td><td colspan="2"  class="main-droite" >';  
  echo'<table cellspacing="0" cellpadding="0" valign=top ><tr><td class="titre-rubrique" colspan=2>';
  include('include/'.$_SESSION['langue'].'/frames/titre-rubrique.php');  
     echo '</td></tr><tr><td class="centre-full" valign=top>';  
        include('include/'.$_SESSION['langue'].'/frames/centre.php');  
        echo '</td><td class="droite">';  
        include('include/'.$_SESSION['langue'].'/frames/droite.php');  
        echo'</td></tr></table>';
        echo '</td>';  
  break;  


 
voici mon css:

.gauche {
 width: 155px;
 background-image:  url(../img/pixel-blue1.gif);
 text-align: center;
 vertical-align: top;
 margin: 0px;
 padding-top: 13px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
}
.main-droite{  
 vertical-align: top;
 width: 100%;
 height: 100%;
 background-position : bottom right;
 background-repeat : repeat-y;
 background-image:  url(../img/frames/trait-gris5.gif);
}
.titre-rubrique {
 height: 26px;
 background-image:  url(../img/pixel-blue2.gif);
 padding-left: 5px;
}
.centre-full {
 width: 645px;
 vertical-align: top;
 min-height: 570px;
 height: 100%;
 background-color: #FFFFFF;
 height: 570px; /* pour ie */
}
.droite {
 width: 165px;
 background-image:  url(../img/pixel-gris5.gif);
 vertical-align: top;
 padding-top: 7px;
 margin: 0px;  
 padding: 0px;  
}


C'est la mise en page "default" de mon site et j'ai 2 3 bugs sous firefox.
Mon site est fait en tableau, c'est pas la meilleur soluce mais bon...
merci

Reply

Marsh Posté le 27-08-2004 à 10:34:27   

Reply

Marsh Posté le 27-08-2004 à 10:41:10    

Bonjour, enleve ton code PHP, ca sera plus clair.
(donne le lien si tu peux)


Message édité par pierre6020 le 27-08-2004 à 10:41:35
Reply

Marsh Posté le 27-08-2004 à 10:54:35    

Reply

Marsh Posté le 27-08-2004 à 11:29:02    

Reply

Marsh Posté le 27-08-2004 à 12:54:32    

toute la mise en page est faite a coup de tables&spacers :/
 
les alt du menu de gauche sont complètement inutiles (ils ne filent pas d'information, pareil pour les alt des drapeaux)


---------------
I mean, true, a cancer will probably destroy its host organism. But what about the cells whose mutations allow them to think outside the box by throwing away the limits imposed by overbearing genetic regulations? Isn't that a good thing?
Reply

Marsh Posté le 27-08-2004 à 15:42:51    


quelqu'un peut m'aider sur les erreurs 1 - 2 - 3 et 6 svp


Message édité par kameha le 27-08-2004 à 15:43:09
Reply

Marsh Posté le 27-08-2004 à 16:02:31    

jai 1000 erreurs de ce type:
 

general entity "PHPSESSID" not defined and no default entity


 
?

Reply

Marsh Posté le 27-08-2004 à 16:18:43    

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed