robert_gsfame Posted March 30, 2010 Share Posted March 30, 2010 I found some open source javascript code to create a scroll up text 'Jcarousel'...the problem is that data only appear at the first tab panel but not for the other...as i am new to javascript i need someone helps to find the problem.. This is what i have inside my html code.....(* Actually the carousel is control by an external JS file that makes ul and li tags turn into the carousel) var startCarousel = function() { $(".newsticker-jcarousellite").jCarouselLite({ vertical: false, hoverPause:true, visible: 5, auto:1000, speed:2000 }); }; this is my html code <div class="TabbedPanelsContent2"><table width="645" border="0"><tr><td width="200" valign="top"><div id="newsticker-demo"> <div class="newsticker-jcarousellite"> <ul> <li> <div class="info1"> <a href="http://www.vladstudio.com/wallpaper/?knight_lady">The Knight and the Lady</a> <span class="cat">Category: Illustrations</span> </div> <div class="clear1"></div> </li> <li> <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?family_of_colors">The Family of Colors</a> <span class="cat">Category: Creatures</span> </div> <div class="clear"></div> </li> <li> <div class="info1"> <a href="http://www.vladstudio.com/wallpaper/?teddybear_mac">Teddy Bear and MacBook</a> <span class="cat">Category: Photos</span> </div> <div class="clear1"></div> </li> <li> <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?rainbow_butterfly">Rainbow Butterfly</a> <span class="cat">Category: Abstract art</span> </div> <div class="clear"></div> </li> <li> <div class="info1"> <a href="http://www.vladstudio.com/wallpaper/?space_travel">Space Travel</a> <span class="cat">Category: Abstract art</span> </div> <div class="clear1"></div> </li> <li> <div class="info"> <a href="http://www.vladstudio.com/wallpaper/?traveling_tree">The Traveling Tree</a> <span class="cat">Category: Creatures</span> </div> <div class="clear"></div> </li> </ul> </div> </div></td></tr></table></div> thx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.