Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-05-2013, 06:04 AM   PM User | #1
Jpaw
New to the CF scene

 
Join Date: Feb 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Jpaw is an unknown quantity at this point
Question

Hey guys I was wondering if anyone knew what the specific codes to create a film strip such as the one here at this nike site. The strip is located at the bottom and moves on its own. Hopefully im in the right forum. Thanks for any help

http://nikeinc.com/
Jpaw is offline   Reply With Quote
Old 02-05-2013, 08:38 AM   PM User | #2
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,451
Thanks: 0
Thanked 496 Times in 488 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
Not sure exactly which effect it is you are referring to but presumably it is created somewhere in the following JavaScript which that page has attached to it:

Code:
<script id="LR1" type="text/javascript" src="http://platform.twitter.com/js/tfw/hub/client.js"></script>
<script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script>
<script src="/javascripts/mootools-core-1.3.2.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/mootools-more-1.3.2.1.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/MediaViewer.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/css_browser_selector.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/powertools-1.1.0.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/navigableFilmstrip.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/homeCarousel.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/AlphabetGallery.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/handlebars-1.min.js?1342226051" type="text/javascript"></script>
<script src="/javascripts/jquery.min.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/jquery-ui.min.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/rails.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/application.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/jquery.fancybox-1.3.4.pack.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/jquery.easing-1.3.pack.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/jquery.mousewheel-3.0.4.pack.js?1340892453" type="text/javascript"></script>
<script src="/javascripts/jquery.qtip.min.js?1340892453" type="text/javascript"></script>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
<script type="text/javascript" src="http://use.typekit.com/jlb0uph.js"></script>
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:17 AM.


Advertisement
Log in to turn off these ads.