Ask questions and get good answers on jQuery

I tried many of them and i can say, that it is the best of all. I have a small question regarding the red field when you click onto the menu. Is it possible to change this color?

I’ve looked everywhere, but unfortunately, I was unnable to find this piece of code. It would be great, if you could tell me where I can find it.

asked Nov 06 '09 at 20:49

Patrick's gravatar image

Patrick
211


jQuery.mb.menu cames with a CSS folder and an images folder used by the component for the skin; so it's totally customizable by changing this css.

To change the root voice skin, for example, you can find on the file "menu1.css" (that is the one used by default) the class ".rootVoices td.rootVoice" and ".rootVoices td.rootVoice.selected" that define the aspect of them. Changing the properties of each param changes the aspect of each root voice.

answered Nov 06 '09 at 21:44

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Thank you very much! Found and changed.

Best regards, Patrick

answered Nov 07 '09 at 09:11

Patrick%201's gravatar image

Patrick 1
1

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×2

Asked: Nov 06 '09 at 20:49

Seen: 630 times

Last updated: Feb 03 '10 at 13:33

jQuery main site - Matteo Bicocchi