I'm currently working on a tool that has a tabbed section that toggles the width to max and zero when clicking on the tab. The entire div containing the tab and section is fixed and located in the upper right corner of the window. This is 95%, but has intermittent flickering that occurs when the extended section has a width that is folded to zero using the $.animate({width: "toggle"}); method $.animate({width: "toggle"}); . Any ideas on what could be causing this?
Here it is in the fiddle - http://jsfiddle.net/Tgdrb . I tried to simplify it as much as I could so that it still showed the problem, but was not completely out of context of how it really would look on the page. I also mark this as a CSS question, as I am wondering how I structured my CSS that causes the problem (I wonβt be surprised if that is the case).
Thanks guys!
source share