HTML CSS Firefox 3and Internet Explorer 7

Résolu/Fermé
J - 5 oct. 2009 à 23:04
 J - 6 oct. 2009 à 15:19
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>
A voir également:

2 réponses

Enlève le "background-attachment: fixed".
0
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
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