HTML CSS Firefox 3and Internet Explorer 7

Résolu
J -  
 J -
Bonjour,
j ai un soucis de programmation en html
j ai un code CSS tout simple pour fixer mon fond d ecran

- ca narche pour Firefox
- ca marche PAS pour Adobe GoLive
et surtout
- ca marche PAS pour Internet Explorer malheureusement utilise par tout le monde dans ma boite
(= fond blanc)

des idees ?

<html>
<head>
<style>
body {background-image: url('./Files_For_Interface/background_smallwindow.jpg');background-repeat: no-repeat;background-attachment: fixed}
</style>
</head>
Configuration: Windows XP
Firefox 3.5.3

2 réponses

  1. 10000hours
     
    Enlève le "background-attachment: fixed".
    0
  2. J
     
    Mais alors du coup si je scroll down je finis par avoir un fond blanc si j en leve ce bout de code.
    et c est moche
    le probleme reste entier
    0
    1. J
       
      J ai tout passe dans <body>

      <body background: url('background_largewindow.jpg') no-repeat fixed>

      ca marche avec IE et FF sauf si l image est pas dans le meme folder

      <body background: url('Folder/background_largewindow.jpg') no-repeat fixed>

      Pourquoi ?
      0