Background Images... Help

I know how to post a background image on a site that covers the whole page...

but what I want to know is how to make a background image in a certain spot so I can add text in front of it...

thanks!

Comments

  • CannonBallGuyCannonBallGuy Moderator Shared Hoster
    Place the image using CSS to position it in the right spot, and set it's z-index at -1...
    If you need help on how to do this, either check out w3schools.com or just ask... :)
  • ArchitectArchitect Beginner Link Clerk
    i have no idea what u said... lol
  • CannonBallGuyCannonBallGuy Moderator Shared Hoster
    Okay. Heres the code:
    <img src="url-goes-here" style="top:100px;left:200px;z-index=-1" />
    
    That should work... It will position the image 100px from the top, 200px from the left, behind anything with the default z-index of 0 or bigger... ok?
Sign In or Register to comment.