If that works from the root folder, this will work from any folder:
Code:
<p id="mygallery-paginate" style="width: 250px; text-align:center"> <img src="/js/stepcarousel/opencircle.png" data-over="/js/stepcarousel/graycircle.png" data-select="/js/stepcarousel/closedcircle.png" data-moveby="1" /></p>
That's only on a live site of course, and it's called the network path. It will work in the root folder as well. It probably won't work at all on the local machine. You can always use the absolute path (http://www.whatever.com/js/stepcarousel/whatever.png) for either local or live. That points to its location on the live server. Replace the two watevers with your site specific and image specific names respectively.
Bookmarks