Okay, so i've created an image on photoshop which i would like to have as the background of my webpage. I've made a div in my html:
<div id="background"><a>
and now I cannot figure out how to make the image background the entire webpage (height 1672px, width 1280px) on my CSS stylesheet while placing other links on top of the background.
Help?
<div id="background"><a>
and now I cannot figure out how to make the image background the entire webpage (height 1672px, width 1280px) on my CSS stylesheet while placing other links on top of the background.
Help?