Whole page background
Hello forum,
I can't find a post that I thought was great - it concerned page backgrounds. It was not the jquery backgrounds (thats above my experience right now) but it was a interesting alternative.
Not very clear but anybody have a lead for me on that
Thanks
Byron
I can't find a post that I thought was great - it concerned page backgrounds. It was not the jquery backgrounds (thats above my experience right now) but it was a interesting alternative.
Not very clear but anybody have a lead for me on that
Thanks
Byron
http://www.coffeecup.com/forums/respons … post231313
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
thanks for looking but that isn't the one I had read - trying to place a graphic background background in one site and its a large jpg
Thanks
Byron
Thanks
Byron
Here's one way.
html {
background: url(images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
background: url(images/background.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
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
will experiment
Many thanks!!!!!!
Byron
Many thanks!!!!!!
Byron
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.