[CSS ] mon background-attachment fonctionne uniquement sur IE

mon background-attachment fonctionne uniquement sur IE [CSS ] - HTML/CSS - Programmation

Marsh Posté le 23-11-2007 à 18:56:51    

Bonjour,  
j'ai une image de fond qui est centrée mais je voudrait que lorsque la fenetre du navigateur est plus petite que mon tableau principale alors il ne se centre plus (il ya donc un decalage entre l'image qui se trouve dans le tableau et celle du bg), j'ai fait ceci :

Code :
  1. <html><head>
  2. <style type="text/css">
  3. body {
  4. background-image: url(bg.jpg);
  5. background-repeat: repeat-y;
  6. margin-left: 0px;
  7. margin-top: 0px;
  8. margin-right: 0px;
  9. margin-bottom: 0px;
  10. background-attachment: scroll;
  11. background-position: top center;
  12. background-color: #000000;
  13. }
  14. </style>
  15. </head><body>
  16. <table  align="center" border ="0" height="50" width="1000"><tr><td><img src="bg.jpg" /></td></tr></table>
  17. </body></html>


que vous pouvez tester http://kwata.net/attachement
ça marche très bien sous IE mais par sous mozilla ou opera
 
je ne comprends pas pourquoi ..  
merci de votre aide


Message édité par attentio le 23-11-2007 à 18:59:34
Reply

Marsh Posté le 23-11-2007 à 18:56:51   

Reply

Marsh Posté le 26-11-2007 à 22:00:44    

up up up !!!

Reply

Sujets relatifs:

Leave a Replay

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