salut

je veux mettre une image qui se trouve dans le répertoire "images"dans WebContent" comme background de mes jsp

pour cela j'ai modifié le fichier defaut.css comme suit:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
 
BODY 	{
            background-color      : #ffffff;
		color		  : #000000;
		margin-left           : 0;
		margin-right          :0;
		margin-top            : 0;
 
 background-attachment:      fixed;
 background-image:           url("Background.TIF");
 background-repeat:          repeat-x;
 background-position:        center;
}
mais ça donne rien meme en mettant ça
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
 background-image:           url("images/Background.TIF");
qlq'un un une idée ou peut etre le prob
merci