Style css
flibouk
-
flibouk -
flibouk -
Bonjour,
voila j'ai un souci je voudrais que mon image "obj_fond" commence dans mon angle en haut a gauche de ma page. sans mettre margin-top et margin-left avec des px car ca ne rend pas le meme chose sous IE et FF.
body {
background: #D5DEEC url('./image/image_049.jpg'); /* Fond de page bleu clair, avec une image de fond (bleu clair aussi) */
}
div#obj_fond{
position:relative;
background : url('./image/background.png');
width:981px;
height:702px;
background-position:left top
}
merci par avance
voila j'ai un souci je voudrais que mon image "obj_fond" commence dans mon angle en haut a gauche de ma page. sans mettre margin-top et margin-left avec des px car ca ne rend pas le meme chose sous IE et FF.
body {
background: #D5DEEC url('./image/image_049.jpg'); /* Fond de page bleu clair, avec une image de fond (bleu clair aussi) */
}
div#obj_fond{
position:relative;
background : url('./image/background.png');
width:981px;
height:702px;
background-position:left top
}
merci par avance
Configuration: Windows 7 / Internet Explorer 8.0