j ai un soucis de programmation en html
j ai un code CSS tout simple pour fixer mon fond d ecran
- ca marche pour Firefox
- ca marche PAS pour Adobe GoLive quand je veux previsualiser le resultat
et surtout
- ca marche PAS pour Internet Explorer malheureusement utilise par tout le monde dans ma boite
(= fond blanc)
des idees ?
- Code: Tout sélectionner
<html>
<head>
<style>
body {background-image: url('./Files_For_Interface/background_smallwindow.jpg');background-repeat: no-repeat;background-attachment: fixed}
</style>
</head>