pourquoi ce positionnement en absolut ne fonctionne pas sous Firefox

pourquoi ce positionnement en absolut ne fonctionne pas sous Firefox - HTML/CSS - Programmation

Marsh Posté le 11-10-2005 à 18:24:34    

http://mbillonlanfrey.free.fr/oldindex.html
 
extrait de la css:

Code :
  1. html,body {
  2. margin: 0px;
  3. padding: 0px;
  4. width: 100%;
  5. height: 100%;
  6. background-color: #000;
  7. font-family: Tahoma, Verdana, Arial, sans;
  8. font-size: 1em;
  9. color: #FFF;
  10. text-align:center;
  11. text-decoration: none;
  12. }
  13. #flash {
  14. position:absolute;
  15. left:10px;
  16. top:10px;
  17. width:350px;
  18. height:600px;
  19. }
  20. #contenu {
  21. position:absolute;
  22. left:370px;
  23. top:10px;
  24. }


 
extrait du html:

Code :
  1. <div id="Flash">
  2. <object type="application/x-shockwave-flash" data="mblrotate.swf" width="350" height="600">
  3. <param name="movie" value="mblrotate.swf">
  4. </object>
  5. </div>
  6. <div id="contenu">
  7. blah blah blah
  8. </div>


 
sous IE c'est bon mais sous Firefox il me centre le Flash par dessus le contenu blah blah blah


Message édité par mechkurt le 11-10-2005 à 18:57:58

---------------
D3
Reply

Marsh Posté le 11-10-2005 à 18:24:34   

Reply

Marsh Posté le 11-10-2005 à 18:59:20    

Non respect de la casse peut-etre ?

Reply

Marsh Posté le 11-10-2005 à 19:03:18    

a fond!
comment j'ai put rater ca
 
merci beaucoups


Message édité par mechkurt le 11-10-2005 à 19:04:58

---------------
D3
Reply

Sujets relatifs:

Leave a Replay

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