I’m trying to build a simple jQuery panel slider on a website (two in fact). I’m not much of an expert when it comes to JS/Javascript, and for some reason I can’t remove the horizontal scrollbar on my site.
http://www.visioncreativegroup.com.au/demos/dd/
The slider areas are within the Gallery and Feature Project sections.
I’ve tried adding overflow: hidden to the slideshow(s) wrapping divs, but it doesn’t seem to be working.
Any advice?
🙂
Add the CSS propertie “overflow-x: hidden” to “BODY”. Not for IE8-
This will work, but will be a hack. There is something wrong with your structure to get that horizontal scroll and unfortunatelly i can’t check further at this time.