Please post a link to the page, in this case:
http://www.dhtmlcentral.com/script/script.asp?id=26
Change:
Code:
.dot { position: absolute; width: 6; height: 6; visibility: hidden; background-color: red; font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
.dotoff { position: absolute; width: 6; height: 6; visibility: hidden; background-color: gray; font-size: 1px; cursor:default; z-index: 100}
.dotempty { position: absolute; width: 6; height: 6; visibility: hidden; background-color: orange; font-size: 1px; cursor: pointer; cursor: hand; zindex: 100 }
To this:
Code:
.dot { position: absolute; width: 6; height: 6; visibility: hidden; background-color: url('imageDot'); font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
.dotoff { position: absolute; width: 6; height: 6; visibility: hidden; background-color: url('imageDot'); font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
.dotempty { position: absolute; width: 6; height: 6; visibility: hidden; background-color: url('imageDot'); font-size: 1px; cursor: pointer; cursor: hand; z-index: 100 }
Change the highlighted to your image. And change the navy to the height and width of your pages.
Bookmarks