Bonsoir à tous,
Je rencontre un double bug :
*** Le premier étant que mon background s'affiche très bien à cet endroit :
http://www.sandrachiche.com/LNA/LNAV2/lna-presentation.html
dont le code est le suivant :
Alors que sur cette page il ne s'affiche pas : http://www.sandrachiche.com/LNA/LNAV2/lna-testderoulement.html
*** Le second étant qu'il me décale tout sur la droite.
J'ai beau chercher, je ne vois pas où se situe le problème
Merci beaucoup de votre aide !
Bonne soirée,
Sandra
Modifié par sayu (14 Sep 2008 - 00:15)
Je rencontre un double bug :
*** Le premier étant que mon background s'affiche très bien à cet endroit :
http://www.sandrachiche.com/LNA/LNAV2/lna-presentation.html
dont le code est le suivant :
#colonnetextespresentation {
float:left;
width:518px;
height:584px;
background-image:url(presentation/textespresentation.jpg);
background-repeat: no-repeat;
background-position: top;
}
Alors que sur cette page il ne s'affiche pas : http://www.sandrachiche.com/LNA/LNAV2/lna-testderoulement.html
#colonnetextestest {
float:left;
width:518px;
height:584px;
background-image:url(test/textestest.jpg);
background-repeat: no-repeat;
background-position: top;
}
*** Le second étant qu'il me décale tout sur la droite.
J'ai beau chercher, je ne vois pas où se situe le problème
Merci beaucoup de votre aide !
Bonne soirée,
Sandra
Modifié par sayu (14 Sep 2008 - 00:15)