page help
page help
i need some help from you website design savy guys. On my website its not showing the way i want it to. I want my background to be as big as the browser, for every size browser that could look at it, weather it be 800 x 600 or larger. Know how i can do this? like this for example... the page extends out to meet my size resolution. Do you get what im saying?ive tried finding tutorials but no luck.
As far as I'm aware there is no easy way to stretch background images using HTML. The following might work for you though...[code:1:0e3cadc986]<html> <head> </head> <body style="margin: 0px; padding: 0px;"> <div style="width: 100%; height: 100%; left: 0px; top: 0px; position: absolute; z-index: 0;"> <img src="imagename.jpg" style="width: 100%; height: 100%;"> </div> <div style="z-index: 1; position: absolute;">Spyke is a nub!</div> </body> </html> [/code:1:0e3cadc986]
http://billybussey.com/ is a flash site, but you can recreate that effect in HTML by making the backround a green color with the striped image on the left side.