Well, you were using an older version of the .js code, before the addition of the fade effect. Anyhow, I've just modified the current version of the .js file with the ability to show content onMouseover, and clicking on each link now goes to an actual page.
Try the attached modified contentslider.js file. Your initialization code remains the same as what you have right now:
Code:
ContentSlider("slider1", "300", ["CONTACT <br />", "PORTFOLIO <br />", "RESUME <br />", "PROJECTS <br />", ] , "", ['contact.html', 'portfolio.html' , 'resume.html' , 'projects.html'])
Bookmarks