Sur mon site, La famille Mozilla affiche parfaitement l'image (oiseaux.gif) en haut et à gauche. (http://ppzx.net/)
Avec Safari et IE Mac 5.2.3, ça va bien.
Or sur windows avec IE, quand je regarde sur des ordis à l'extérieur certains IE Affichent l'image en la décalant vers le centre.
Qui a un idée pour arranger cela ?
CSS
xHTML
Amitiés, pierreandre
Modifié le 31 Jan 2005 - 02:50
Avec Safari et IE Mac 5.2.3, ça va bien.
Or sur windows avec IE, quand je regarde sur des ordis à l'extérieur certains IE Affichent l'image en la décalant vers le centre.
Qui a un idée pour arranger cela ?
CSS
a écrit :
body {
font-size : 10pt;
font-family : "Trebuchet MS", Verdana, Arial, Sans-serif;
font-weight : normal;
color : #660000;
background : url(oiseaux.gif) no-repeat; margin: 0; padding: 0;
background-color : #EEEEEE;
margin : 0;
padding : 0;
width : 100%;
}
.oiseaux
{
position : absolute;
top : 0;
left : O;
}
xHTML
a écrit :
<style type="text/css" media="screen" title="default">@import url(css/intro.css);</style>
</head>
<body>
<div class="oiseaux">
<img src="oiseaux.gif" alt="" width="106" height="233" />
</div>
Amitiés, pierreandre
Modifié le 31 Jan 2005 - 02:50