Thursday, November 19, 2009
Need help placing an image.
Posted on 10:28 PM by programlover
Hi!
I need a little help placing an image to the signup page of my social network.
Here's what i did:
CSS:
Signup {
height:160px;
background-color:transparent;
}
#Signup .Image1 {
background-image: (../../../design/images/signup.png);
position:relative;
}
HTML:
<div id="Signup"><div class="Image1"></div>
Can anyone tell me what i am doing wrong?