Problème background image css/html

galette

Membre enregistré
7 Mars 2008
9
0
Bonjour,
j'ai un petit problème, j'essaye d'afficher une image de fond, mais rien y fait, elle ne veut pas, sous firefox ou sur safari. Je ne comprends pas pourquoi, le code m'a l'air bon :

Mon css :
Bloc de code:
#Color
#Gris : 484746

<style type="text/css" media="screen">
<!--
		* {
			margin: 0;
			padding: 0;
			color: #000000;
		}
		body {
			background-color: #484746;
			font-family: Trebuchet MS, Verdana, Arial, sans-serif;
			font-size: 12px;
		}
		#top_body {
			width: 2032px;
			height: 124px;
			backgrounde: url('img/body/top_body.png');
		}
-->
</style>

Mon html :
Bloc de code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
	<title>WebCow</title>
	<meta name="description" content="xxx" />
	<meta name="keywords" content="xxx" />
	<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
	<meta name="author" content="xxxx" />
	<meta name="reply-to" content="xxx" />
	<meta name="publisher" content="TextMate" />
	<meta name="copyright" content="xxx" />
	
	<link href="style.css" rel="stylesheet">
</head>
<body>
	<div id="top_body"></div>
</body>
</html>


La partie concernée est #top_body.

Je suis nouveau sur Mac et c'est la première fois que cela m'arrive, jamais eu ce problème sous windobe, je ne pense que cela soit dû à mac mais je ne vois pas ou est l'erreur.

Merci d'avance