page help

For our top graphical dawgs to show off their latest artistic accomplishments
Post Reply
Spyke
Posts: 4295
Joined: Thu Feb 17, 2022 8:24 pm
Location: Scottsdale, AZ
United States of America
Contact:

page help

Post 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.
User avatar
Snape
Site Admin
Posts: 7890
Joined: Thu Feb 17, 2022 8:24 pm
Location: Britland
Great Britain

Post 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]
Image
Spyke
Posts: 4295
Joined: Thu Feb 17, 2022 8:24 pm
Location: Scottsdale, AZ
United States of America
Contact:

Post 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!
ReDWasK
Posts: 3803
Joined: Thu Feb 17, 2022 8:24 pm

Post by ReDWasK »

yes you are
Vauce
FoUster
Posts: 1904
Joined: Thu Feb 17, 2022 8:24 pm

Post 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.
Spyke
Posts: 4295
Joined: Thu Feb 17, 2022 8:24 pm
Location: Scottsdale, AZ
United States of America
Contact:

Post 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?
Post Reply