Hi, I have javascript contentslider.css installed on my header.
There are 4 images that is suppose to have fade in effect.
I think it was working yesterday, but today I discovered that the effect is
only applied once in the first round and on the second round its applied only to the first slide of the set, I think..
Can someone please tell me, what could possibly be the problem so I can search for it?
This happens in all browsers..
Is it the divs? the div sizes??
Your help would be much appreciated.
Thank you.
p.s. also discovered that its only displaying 3 of 4 images after the 1st round of slides...... please help..
This is the code I'm using.Code: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] nextprev: ["Previous", "Next"], //labels for "prev" and "next" links. Set to "" to hide. revealtype: "mouseover", //Behavior of pagination links to reveal the slides: "click" or "mouseover" enablefade: [true, 0.05], //[true/false, fadedegree] autorotate: [true, 5500], //[true/false, pausetime] onChange: function(previndex, curindex){ //event handler fired whenever script changes slide //previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc) //curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
These 2 codes, do they have to be in some kind of a ratio/rule?Code:enablefade: [true, 0.05], //[true/false, fadedegree] autorotate: [true, 5500], //[true/false, pausetime]



Reply With Quote


Bookmarks