Full Width Divs using ScrollTo.js
- by David Haigh
This is my first ever post.
I am using the ScrollTo jQuery plugin and i have stumbled across a problem...
I have 6 rows, each with 6 child divs , I would like each of these child divs to be full width. The plugin works great but I cannot seem to get the child div to be full width (then use ScrollTo to 'slide' to the next div, or to a div on the next row. )
Here is my code: http://jsfiddle.net/RZjrV/
Is it even possible? I have set body - Overflow:hidden to avoid any initial confusion.
Thank you all who read this post and even take a minute to think about it.
David