Bonjour,
J'ai cette feuille de style:
Et cette page html:body
{
background_image: url("C:\wamp\www\jscss\chap2\dessin.gif");
background_attachment: fixed;
background_position: "center center";
background_repeat: no-repeat;
}
h1
{
background_color: yellow;
}
Mais le dessin.gif ne s'affiche pas ni le fond jaune.<html>
<head>
<title>A simple PHP document</title>
<link rel="stylesheet" type="text/css" href="css/test10.css" />
</head>
<body>
<p>Paragraph normal</p>
<h1>Element h1 sur fond jaune</h1>
</body>
</html>
J'arrive pas à voir le bug.
Merci pour votre aide![]()
Partager