Anyone on here using the Skrollr for parallex features in their c# website? I'm trying, but seem to be running into issues using it inside <form> tags. It loads fine as an html page, but when I try to incorporate it into an asp.net page, the div's get all
out of place. The simplest way to replicate it is by adding <form> tags around the code in the html page...it then gives the same results as the asp.net page, so I assume the issue is with forms?
This is what I'm trying to do in an asp.net site:
https://github.com/Prinzhorn/skrollr/blob/master/examples/classic.html
Go to the complete details ...