Hi I have used the Nivo Slider plugin and have the width of slider set to 2500px. The direction arrows are positioned to the left and right of the slider and aren't visible in most displays as a result of the width of slider.
What I have been trying to do is to position the direct items relative to the window itself with the offset function but I cant event seem to select the prev and next links.
Here is my attempt:
- $("a.nivo-prevNav").offset({ top: 313, left: 0 });
If you zoom out you will see just how the prev and next buttons are positioned at present. Help appreciated.