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 -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -