Jquery Carousel problem
I开发者_开发问答 am trying to insert Carousel inside tabs.. so that there is a Slide show inside every tabs.
The first tab Slide show works fine. but the rest of the tabs its acting weird with components missing
Tabify: http://www.unwrongest.com/projects/tabify/
jCarousel: http://sorgalla.com/projects/jcarousel/
Link: http://bakasura.in/king/components.html
if you look at the css you will see three classes .popular1, .popular2, .popular3 which get placed on the respective ul tags. It seems this style is done inline so you will need to modify it in your html doc
popular1's width is set at 856px; popular2 and popular3's width is set at 200px;
If you change popular2 & 3's width to 856px it seems to work
精彩评论