Gumax DD droppy.css issue

If you are having problems with GuMax, post here.
Post Reply
User avatar
kevindanko
Rank 6
Rank 6
Posts: 31
Joined: April 1st, 2009, 11:10 am

Gumax DD droppy.css issue

Post by kevindanko »

Hello Paul,

The current version of droppy.css is setup a little wierd. Currently the Titles of the Sidebar that are displayed are also somehow connected to the drop down contents --- when i change the text size in the #gumax-nav a it also changes the size in the dropdown menu. Is there a way to seperate these two?

Further more I would like the text to change color when i hover over it I've tried various ways the only thing that hovers is the entire clickable region of the text I can change that however I cannot change just the text to change from white to green.

Image
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Gumax DD droppy.css issue

Post by Paul »

#gumax-nav is global tag that control the whole drop down, they all have different tag with each piece, ul, ul ul, ul li, ul li a, you might want to google some CSS coding then you should know what to do.
User avatar
kevindanko
Rank 6
Rank 6
Posts: 31
Joined: April 1st, 2009, 11:10 am

Re: Gumax DD droppy.css issue

Post by kevindanko »

Well which controls the hover behind the text? I just want the text to be hovered not the background.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Gumax DD droppy.css issue

Post by Paul »

I guess it's like this, but I didn't test it, you can give a try.

Code: Select all

#gumax-nav a.hover, #gumax-nav ul a.hover { background-color: #1057A7; }
User avatar
kevindanko
Rank 6
Rank 6
Posts: 31
Joined: April 1st, 2009, 11:10 am

Re: Gumax DD droppy.css issue

Post by kevindanko »

I figured it out Image
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: Gumax DD droppy.css issue

Post by Paul »

I think it should be able to do it, the change should be in droppy.css, try to use the different tag to make it work.........
Post Reply