Hey guys, i'm doing a site for gaming and I have a width set to 1200 but the image doesn't fill up the page when I preview it.. I tried re-sizing it to 1000 right now and have the same results, I just want the image background to stretch and fill up the page..
What are you doing in the VSD discussion group? If you go that route, I can't help you, but I'm sure others will.
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Try this ... http://progrower.coffeecup.com/jquerybackground_static.html
Graphics for the web, email, blogs and more!
-------------------------------------
https://sadduck.com
-------------------------------------
https://sadduck.com
Hey Inger, I am in VSD because I can't code myself what the guys are expecting out of the site. My skills are limited when it comes to visual webpages so I just thought VSD is the way to go, just stack the images they want .. I'll be back up in the HTML in a little while because i'm also working on a site for my cousin's PYTHON project. That I can do 
Gunsmoke, thank you I will look into it

Gunsmoke, thank you I will look into it

Awe it didn't work
I created a bg that was transparent and named it webbg.png. I then added that to a folder within the root called "backstretch" along with the two .js files. After posting the html code into my site, I saved and previewed, then published.. it didn't work


UncleMap wrote:
Awe it didn't work
I created a bg that was transparent and named it webbg.png. I then added that to a folder within the root called "backstretch" along with the two .js files. After posting the html code into my site, I saved and previewed, then published.. it didn't work 
Awe it didn't work


Link?

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
mbrfar.coffeecup.com
Hello Eric!!
Hello Eric!!

Your image height needs to match your page height.

I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
It's easy to overlook something you're not looking for.
This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
Ok, does it have to be the first image on the page as well? Like do I stack my website on top of the .png?
Much easier in the html Editor:
html {
background: url('WebsiteWIP.jpg') no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
background: url('WebsiteWIP.jpg') no-repeat fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Ha en riktig god dag!
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Inger, Norway
My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.