Bonjour,
J'ai honte d'en arriver là mais ça fait plusieurs heures que je cherche, vraiment je ne trouve pas!
Pourtant ça me parait ultra simple!
Alors j'ai testé dans un fichier de base mais toujours rien... Impossible d'afficher une image avec du CSS. J'ai du rater un épisode...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans nom</title>
<style type="text/css">
body{
background-image: url('http://127.0.0.1/TEST/images/droite.png') repeat-x;
}
</style>
</head>
<body>
</body>
</html>
ça ne marche pas avec ce code!...
Comment faire??? Merci!
Configuration: Windows XP
Firefox 2.0.0.14

