Link to home
Start Free TrialLog in
Avatar of mksalva
mksalva

asked on

Editing Colors / Fonts in Spry Menu Drop-Downs

Is there a way to edit the Colors in the drop-down part of a Spry Menu?

I am new to this.

I know that my hover colors are different... but... I wanted to know if the colors / fonts of the drop-down part of the menu IN THE NON-HOVER STATE can be changed.

I want the title of a category to be one color, the drop-down to be a second color, and the hover states to be a third color.

Can it be done? Thanks!
Avatar of sajay_j
sajay_j
Flag of India image

page url please?
Avatar of mksalva
mksalva

ASKER

This is a work in progress, so there is no page URL.

I am making a menu that will be applied to about 50 or 60 pages of a site.
ASKER CERTIFIED SOLUTION
Avatar of sajay_j
sajay_j
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You need to call menu like this;

<ul> main menu1
        <li>submenu1</li>
        <li>submenu2</li>
        <li>submenu3</li>
</ul>

and to the above code you need to describe font color, display:block, width, height and font sizes and blah blah... I mean into the last comment I added before this.
<div class="menuname">
   <ul> main menu1
        <li>submenu1</li>
        <li>submenu2</li>
        <li>submenu3</li>
   </ul>
</div>
Avatar of mksalva

ASKER

Under the CSS tab, there is a CSS that has been added called "SpryMenuBarHorizontal.css" and it has a bunch of characteristics listed under it, all of which begin with "ul."

Which one of these "ul.MenuBar..." entries, if any, can I select if I want to edit the colors / fonts of the drop-downs in the NON-HOVER STATE?

I can attach the code to the current page, but I don't think it will help, and it won't mean anything to me.

Best,
Mike
Avatar of Jason C. Levine
This question has been classified as abandoned and is being closed as part of the Cleanup Program.  See my comment at the end of the question for more details.