css - Control images wont show up in jQuery skitter slideshow plugin? -


i want add image icons slideshow plugin, wont work...even though have added images , referenced them in css? path images folder correct.

css:

http://codepad.org/7pkgovye

java:

<script type="text/javascript" language="javascript">     $(document).ready(function () {         $('.box_skitter_large').skitter({             theme: 'clean',             numbers_align: 'center',             progressbar: true,             dots: true,             preview: true,             controls: true         });     }); </script> 


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -