1) Script Title: Featured Content Slider v2.0
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...tentslider.htm
3) Describe problem: is there anyway to hyperlink the tabs to other pages aswell?
1) Script Title: Featured Content Slider v2.0
2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...tentslider.htm
3) Describe problem: is there anyway to hyperlink the tabs to other pages aswell?
Well, one way to do this is to change the default behavior of the nav buttons (aka "tabs") so they reveal a slide onMouseover instead of the default onClick. That way, you can then specify legitimate URLs inside each button that go to the target page when clicked on. To do this, inside the .js file, change the "onclick" keyword in the below code to "onmouseover" instead:
This now leaves the task of specifying a URL for each nav button. The way to do it without making any more changes to the script is to change the pagination display mode to "Code:pdivlinks[i].setAttribute("rel", ++toclinkscount) //store page number inside toc link pdivlinks[i].onmouseover=function(){ featuredcontentslider.turnpage(setting, this.getAttribute("rel")) return false }markup", so you manually define the pagination links' HTML on the page:
See the "mark up" section in the documentation: http://dynamicdrive.com/dynamicindex...suppliment.htmCode:featuredcontentslider.init({ id: "slider2", //id of main slider DIV contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"] toc: "markup", //Valid values: "#increment", "markup", ["label1", "label2", etc] "
I forget to mention Im using old version featured content..
There are a few threads on how to modify the old version of Featured Content Slider so the nav buttons change slides onMouseover. Please do a search. One such thread is this one: http://www.dynamicdrive.com/forums/s...ad.php?t=31056
by using this js as you mentioned in that post.. everything turned blank..
help?
Hmm try the instructions on this thread instead: http://www.dynamicdrive.com/forums/s...ad.php?t=26816
Bookmarks