Results 1 to 3 of 3

Thread: how to modify featuredcontentslider?

  1. #1
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question how to modify featuredcontentslider?

    1) Script Title: how to modify featuredcontentslider?

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tentslider.htm

    3) Describe problem:
    I did any modification for the js.but I need another function that like:

    xxx.onmouseover=function(aEvent){
    .....
    clearTimeout(waitInterval);
    waitInterval=window.setTimeout("xxxxxxxxx",MouseDelayTime);
    }

    how can I do?

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Hi Romy:
    What exactly are you trying to accomplish? It's hard to tell just based on the code you posted above.
    DD Admin

  3. #3
    Join Date
    Nov 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile

    it s my code add
    HTML Code:
    if (setting.autorotate[0]){ 
    pdiv[setting.revealtype]=function(){
    return false
    }
    pdiv["onmouseover"]=function(){
    featuredcontentslider.cleartimer(setting, window["fcsautorun"+setting.id]) 
    return true
    }
    pdiv["onmouseout"]=function(){
    featuredcontentslider.autorotate(setting) 
    return true
    }
    sliderdiv["onmouseover"]=function(){ 
    featuredcontentslider.cleartimer(setting, window["fcsautorun"+setting.id])
    return true
    }
    sliderdiv["onmouseout"]=function(){
    featuredcontentslider.autorotate(setting)
    return true
    }


    when onmouseover,it not to autorotate. Any other good ideas?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •