Page 1 of 1

page help

Posted: Sat Jul 22, 2006 6:27 am
by Spyke
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.

Posted: Sat Jul 22, 2006 7:08 am
by Snape
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]

Posted: Sat Jul 22, 2006 7:16 am
by Spyke
oh and this was the example i wanted to addbillybussey.comsee how his striped wallpaper stretches out?and I am not a nub!

Posted: Sat Jul 22, 2006 8:55 pm
by ReDWasK
yes you are

Posted: Sat Jul 22, 2006 10:30 pm
by Vauce
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.

Posted: Sun Jul 23, 2006 4:49 pm
by Spyke
in short that didnt work snape!i just need to get rid of any edges on my site....how do i do this?