Is there a setting to keep the background image from vertically scrolling using scdp? I want the background image to remain stationary while the logo and shop items scroll up and down.
I didn't see any way to do this using the editor, but I was able to simulate this by manually editing the CSS file and adding "background-attachment:fixed" to the #scs_central_area_wrapper definition.
I realize that manually modifying the CSS is a no-no but as I stated, I couldn't figure out how to do this using the editor.
What is the proper way of implementing this behavior? http://bikes.bestbrandworld.com
I didn't see any way to do this using the editor, but I was able to simulate this by manually editing the CSS file and adding "background-attachment:fixed" to the #scs_central_area_wrapper definition.
I realize that manually modifying the CSS is a no-no but as I stated, I couldn't figure out how to do this using the editor.
What is the proper way of implementing this behavior? http://bikes.bestbrandworld.com
Hiya Ken,
This site page should help with that
http://www.w3schools.com/cssref/pr_back … sition.asp Jo Ann
http://lbwebsites.com - Affordable Web Design & Hosting
http://cattownrescue.org ... Love this site! Love cats! This site was definitely fun to do
http://northbaldwinliteracycouncil.org .... Our local Literacy Council
This site page should help with that
http://www.w3schools.com/cssref/pr_back … sition.asp Jo Ann
http://lbwebsites.com - Affordable Web Design & Hosting
http://cattownrescue.org ... Love this site! Love cats! This site was definitely fun to do
http://northbaldwinliteracycouncil.org .... Our local Literacy Council
Thanks Jo Ann,
That's the same page I got the code from that I modified the CSS with. The real question is how do I implement this in my store without modifying manually modifying the code created by the coffecup software? http://bikes.bestbrandworld.com
That's the same page I got the code from that I modified the CSS with. The real question is how do I implement this in my store without modifying manually modifying the code created by the coffecup software? http://bikes.bestbrandworld.com
Oops! I knew I should have previewed first! ignore the extra "modifying"
http://bikes.bestbrandworld.com
Ken give this a try.
Place the code into your shops custom header markup
<style type="text/css">
<!--
body {background-attachment:fixed;}
-->
</style>
I can't hear what I'm looking at.
It's so easy to overlook something your not looking for.
Here's my S-Drive site with
examples of what can be accomplished in VSD.
http://progrower.coffeecup.com/
Here's my CoffeeCup SCCP Shop with examples of what can be done.
http://progrower.coffeecup.com/shop/
Place the code into your shops custom header markup
<style type="text/css">
<!--
body {background-attachment:fixed;}
-->
</style>
It's so easy to overlook something your not looking for.
Here's my S-Drive site with
examples of what can be accomplished in VSD.
http://progrower.coffeecup.com/
Here's my CoffeeCup SCCP Shop with examples of what can be done.
http://progrower.coffeecup.com/shop/
And that did the trick. Thanks Eric!
http://bikes.bestbrandworld.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.