DD 1.4 Wiggle Problem

If you are having problems with GuMax, post here.
Post Reply
User avatar
Kitsufox
Rank 1
Rank 1
Posts: 5
Joined: November 2nd, 2009, 6:16 pm

DD 1.4 Wiggle Problem

Post by Kitsufox »

I just installed the GuMaxDD 1.4 skin at my website.

It's come to my attention that anytime you mouse-over a menu item and trigger the dropdown there's a weird wiggle in the content area that I can't explain and can't work out how to correct.

So I thought I'd report the issue here. Any guidance would be muchly appreciated.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: DD 1.4 Wiggle Problem

Post by Paul »

Yes... I noticed to that too, it's related to drop down menu...

I will take a look...
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: DD 1.4 Wiggle Problem

Post by Paul »

Here is the fix for this issue:

open file gumax_droppy.css and find:

Code: Select all

#gumax-nav li.hover a, #gumax-nav ul li, #gumax-nav ul li a { background-color: #b3b3b3; /* drop down background */ border-top: 1px solid #aaa;}
Remove this only:

Code: Select all

border-top: 1px solid #aaa;
The download link in my site is updated too :) .
Post Reply