[jQuery] Re: flickering side effect in IE 7

2008-04-07 Thread brwalias
Rick, My source code actually using tables for the navigation and my project requirements force me to continue using tables. I assigned a height to the table but that did not seem to help. I'm continuing to have the flicker effect in IE 6/7. On Apr 3, 3:48 pm, brwalias <[EMAIL P

[jQuery] Re: flickering side effect in IE 7

2008-04-03 Thread brwalias
bing. > > The solution was to set a min-height for the container of the div's. > > Give height declaration a try and see if that helps. > > Rick > > > -Original Message- > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of > &

[jQuery] flickering side effect in IE 7

2008-04-03 Thread brwalias
I am experiencing flickering side effect in IE 7 when running this pretty simple show/hide div script. i'm hovering over an element and moving the mouse into the div that expands during the show state. The flicker side effect is noticed when the mouse moves from the navTabId to the dropDownId di

[jQuery] Displaying current page in Navigation & SubNavigation

2007-11-08 Thread brwalias
Hi, I have been using this article as a reference: http://leftlogic.com/lounge/articles/auto-selecting_navigation to keep my main navigation style changes visible with current page selections. I am now at the point where I need to have both the global nav and sub nav showing current states. Cur