jquery - image transition -


i using following dynamic code gallery images:

        <section id="banner">         {pyro:galleries:images slug="template-slider" limit="5"}         <img src="{pyro:url:base}uploads/default/files/{name}" alt="{name}">         {/pyro:galleries:images}     </section> 

i create image fade fades between images in div not sure best way go due being dynamic.

do id banner , img or img?

i used nivo-silder job


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -