Advertisement
Guest User

Untitled

a guest
Mar 31st, 2014
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. HTML Head:
  2.  
  3. <script type="text/javascript" src="...jquery.innerfade.js"></script>
  4. <script type="text/javascript">
  5. $(document).ready(
  6. function(){
  7. $('.cycle').innerfade({
  8. speed: 700,
  9. timeout: 3500,
  10. type: 'sequence',
  11. containerheight: '90px'
  12. });
  13. });
  14. </script>
  15.  
  16.  
  17. Top of pages:
  18.  
  19. <div id ="kehys">
  20. <div id="teksti" class="cycle">
  21. <p>
  22. <a href="#" target="_blank">Text1</a>
  23. </p>
  24. <p>
  25. <a href="#" target="_blank">Text2</a>
  26. </p>
  27. </div>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement