Background-image problème
cabon.contact
-
cabon.contact -
cabon.contact -
Bonjour,
J'ai un problème avec la balise background-image en effet cette dernière n'affiche aucune image.
Je pense avoir fait ce qu'il fallait car jusqu'à ce jour je n'ai jamais eu de problème.
Merci d'avance pour vos réponses
J'ai un problème avec la balise background-image en effet cette dernière n'affiche aucune image.
body{
margin:0 auto;
}
#pp{
background-image: url("images/fond.jpg");
position:absolute;
top:0%;
left:0%;
width:100%;
height:75%;
z-index:1;
}
<!DOCTYPE html> <html> <head> <title>test</title> <meta charset="ISO-8859-1" /> <link rel="stylesheet" href="styles.css" type="text/css" media="screen"> </head> <body> Hello <div id="pp"><img src="images/fond.jpg"></div> </body> </html> </body> </html>
Je pense avoir fait ce qu'il fallait car jusqu'à ce jour je n'ai jamais eu de problème.
Merci d'avance pour vos réponses