-1

My sub menu, drop downs, flash when hovering from the 2nd child to the 1st child of a different

  • . To see this, hover over "projects", then "uhoh", then hover over "project dashboard", then hover over "bam" from there. It flashes and I just don't understand why...........I obviously need it to stop flashing when you hover in special ways so people don't break it.

    Fiddle

    I'm thinking its something along the lines of calling a child ul to show, then that ul's child in another part to show, and the hide and show colliding somehow? Not sure though. I was looking for a way to flow the entire thing but I'm still learning jquery.

    Test Site

  • 4

    1 に答える 1

    1

    コードの不透明度を追加すると、それが「フラッシュ」になります。おそらく、この部分を削除できますか?

    .animate({opacity:0.50}).delay (500)
    

    「うーん」とバムはあなたが送ったフィドルにはないことにも注意してください。

    于 2012-07-08T01:42:11.510 に答える