jquery - custom nivo slider slideshow -


i want customize nivo slider slideshow bullets appear in inner image.

the slideshow nivo slider looks this: http://demo.dev7studios.com/nivo-slider/

i want customize bullets this: http://wowslider.com/automatic-jquery-slider-noir-squares-demo.html bullets appear in right corner of image. how can this? please me.

simply adding following css should trick:

.slider-wrapper{ position:relative; }  .theme-default .nivo-controlnav{ position:absolute; top:15px; right:15px; padding:0px; z-index:9; } 

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -