Metro UI CSS Framework - Carousel Not Working

vxrmark

New Member
I have just started using this Metro UI CSS, but cannot get carousel to work. The carousel displays only the last slide and nothing else! No animation! Nothing. Even if I click the next and previous buttons, nothing happens! Please help!My code: Interfaz Windows 8
\[code\]<body class="metrouicss"> <div class="carousel" data-role="carousel" data-param-auto="false" data-param-effect="fade" style="height:300px; width:450px"> <div class="slides"> <div class="slide image" id="slide1"> <img src="http://stackoverflow.com/questions/15700899/imagenes/00384059-000730_catl_500.jpg"> <div class="description"> Description text here... </div> </div> <div class="slide mixed" id="slide2"> <img src="http://stackoverflow.com/questions/15700899/imagenes/00384059-000730_catl_500.jpg"> <div class="description"> Description text here... </div> </div> ... </div> <span class="control left">?</span> <span class="control right">?</span> </div></body> \[/code\]
 
Back
Top