I have a body with a background image and another element with a background image of this div. The div I want to have yet another image [third one on the page] is not showing up. Nothing I put inside of the div is showing up either. Here is my code
<div id="middle" style="background-image: url(images/Home/binary.png); height: 200px; width: 1350px; border: 1px solid black;>
<h1>test</h1>
<[div]>
This is what I want to have a background image. I am sure that the source to that image is correct, I have checked it. Here is my body.
<body background="images\Home\diamond.png">
This is working perfectly fine Here is the header div with another background image [working fine]
<div id="top" style="background-image: url(images/Home/stars.png); height: 95px; width: 1350px; border: 1px solid black;>
I don't see the problem here. Can someone help me out?
Aucun commentaire:
Enregistrer un commentaire