Largeur DIV 100% (sans width:100%)

Largeur DIV 100% (sans width:100%) - HTML/CSS - Programmation

Marsh Posté le 17-03-2006 à 18:05:53    

slt,
faisons simple....
pk ça marche pas sous IExplorer????
 
 

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>.: SYNDICAT CGT DES COURSIERS :.</title>
  5. <link rel="stylesheet" type="text/css" href="miseenpage2.css">
  6. </head>
  7. <body>
  8. <div id="HEADER">
  9.      <div id="banniere">
  10.           .: SYNDICAT CGT DES COURSIERS :.
  11.      </div>
  12. </div>


 

Code :
  1. *
  2. {
  3. margin:0;
  4. padding:0;
  5. }
  6. body
  7. {
  8. margin:0;
  9. padding:0;
  10. font-family:'Comic Sans MS';
  11. background-image: url('CGT5.jpg');
  12. }
  13. div#HEADER
  14. {
  15. position:absolute;
  16. left:5px;
  17. right:5px;
  18. top:5px;
  19. width:auto;
  20. background-color: #000000;
  21. border: 1px solid #FFFF00;
  22. }
  23. div#banniere
  24. {
  25. position:relative;
  26. margin-left:40px;
  27. margin-right:40px;
  28. padding:10px;
  29. background-color: #FF0000;
  30. text-align:center;
  31. color:#FFFF00;
  32. font-family:'Verdana';
  33. font-size:26px;
  34. font-weight: bold;
  35. font-style:italic;
  36. }

Reply

Marsh Posté le 17-03-2006 à 18:05:53   

Reply

Marsh Posté le 17-03-2006 à 18:08:03    

Heu quest qui marche pas?
 
Pas envie de tester ton code...alors dis nous en plus....

Reply

Marsh Posté le 17-03-2006 à 18:11:33    

disons que sous IExplorer le DIV ne prend pas toute la largeur de l'écran

Reply

Marsh Posté le 17-03-2006 à 18:11:52    

div#HEADER{ position:absolute; left:5px; right:5px;
 
il respecte pas ça

Reply

Marsh Posté le 17-03-2006 à 19:01:40    

Normal c'est pas comme ça quon fait:
 
div#HEADER{
margin:0 5px;
}

Reply

Sujets relatifs:

Leave a Replay

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