Click here to Skip to main content
15,896,392 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have spent the past 3 hours trying to get skrollr to show me anything! I have tried calling the script before the body, in the header, and have tried a whole bunch of tutorials to try to get it it to work but i'm not sure why it's not working AT ALL.

In the
<head>
I have

<script type="text/javascript" src="js/skrollr.min.js"></script>
<script type="text/javascript" src="js/go-skrollr.js"></script>


And in my summary row (div right below nav) I have

<div class="container" data-center="opacity: 1" data-200-top="opacity: 0" data-anchor-target="#summary h3">


To my knowledge this should make the content inside that container disappear when the h3 is 200 pixels from the top.

I have also tried calling it a bunch of different ways, still with no luck!

Live site

PLEASE help
Posted
Updated 16-Mar-14 4:26am
v2
Comments
Sergey Alexandrovich Kryukov 16-Mar-14 11:54am    
Your code sample is next to nothing; your problem and even the goal are not explained. On what help could you possibly hope then?
—SA
ve1jdramas 17-Mar-14 7:46am    
Here is the answer to this question http://stackoverflow.com/questions/22436786/skrollr-js-not-activating @sergey my goal was to get skrollr.js to work (in any way) should of been more clear im guessing.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900