I’m developing an auto anchor jquery plugin with indexing feature for blogger blogs.
This is the jsfiddle: http://jsfiddle.net/fd7ee/7/
It’s almost done, but i’m having a strange behavior when clicking on one of the headings and then “mostra tutto/show all”. The divs, during the fadein start to sort of flashing on and off for half a second.
Also, during the fadein/fadeout effect, the headings overlay the index menu and make it unusable until the animation lasts (you can notice it by the green borders that flashes in front of the index menu).
I’m unable to find a solution for this behavior, what it could be?
thanks again,
Vincenzo
I’m developing an auto anchor jquery plugin with indexing feature for blogger blogs. This
Share
If you add
z-index:1;to yourdiv.autoanchorscss class, it will work.Updated jsFiddle