tags:

views:

27

answers:

1

Hi I am using jquery to expand/collapse my links.For this I am using show(), hide() functions from jquery. If i collapse the link I see flickering for a second. Can anyone please suggest me how to avoid this plz.

Thanks

A: 

I've had similar issues with accordion plugins and I solved them by adding position:relative to the containing div's css.

Radu
I already have position:relative in my css. But I still have the problem.
Then we'll need to see it, please put up some sample code on http://jsfiddle.net
Radu