javascript - Using <div>s as slides instead of images in ImageFlow Slider -


i using imageflow making image slider. want use <div>s instead of images slides. how can it?

i checked out link comments - write can't edit actual code wrap div around each individual img. trying change way gallery works instead of inputing img can insert divs , have slider js still work?

i took html below link posted earlier :

<div id="myimageflow" class="imageflow" style="visibility: visible; height: 517px; "><img src="img/9_comtech_o.jpg" id="id11" height="360" width="300" longdesc="img/img11.png" alt="img11"><img src="img/8_psabuilding.jpg" id="id9" height="360" width="300" longdesc="img/img9.png" alt="img9"><img src="img/7_mbc.jpg" id="id7" height="360" width="300" longdesc="img/img7.png" alt="img7"><img src="img/5_lighthouse.jpg" id="id5" height="360" width="300" longdesc="img/img5.png" alt="img5"><img src="img/2_harbourfront3.jpg" id="id3" height="360" width="300" longdesc="img/img3.png" alt="img3"><img src="img/1_bankofamerica.jpg" id="id1" height="360" width="300" longdesc="img/img1.png" alt="img1"> 

this if wanted js accept divs instead of imgs:

<div id="id1"><img id="id1" /></div>  

you may need change way css/js reacts #myimageflow.


Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -