Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • briannyc Friend
    #147553

    I am using the CSS Menu for my site. It appears this uses the standard suckerfish method. The mouse-out event tends to be a little slow. For example you can hover from one parent to another and the children take about 500ms to disappear and in some case of you hover from one parent to another they overwrite each other for some time (let’s say about 500ms). Is there any easy way to make this go quicker?

    Thanks

    briannyc Friend
    #329110

    Nevermind found it out… in case anyone is interesting:

    li.addEvent('mouseleave', function(e) {
    this.timer = setTimeout(sfHoverOut.bind(this, e), 1);
    });

    Change the red bold colored value to 1 (I assume its in milliseconds) in ja_kyanite_ii/js/menu/css.js.

    briannyc Friend
    #329228

    Just an update. This doesn’t help for IE8.

    Any have any experience with this?

    thanks

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 1 voice, and was last updated by  briannyc 14 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum