I’m using LayerSlider – The Parallax Effect Slider built in JQuery which is a lovely product but Im not having much luck getting the effect I need.
The CSS is causing a horizontal scroll bar to appear such that the screen can be scrolled to the right and that really doesn’t look good.
Elements within the slider need positioned correctly and utilise the container_16 class to fit correctly.
You can see it in action here…
Setting “overflow: hidden;” on the div with id=”splashd”
class “container_16”seems to do the trick.Specifically add this to the css:
Hope that helps.