Matt
Member
Posts: 10
Registered: 8/19/2004
Member Is Offline
|
| posted on 8/26/2004 at 06:19 PM |
|
|
Background
How do I change the background of my menu? I can't find where to change it.
I looked in the .css file and I don't know what to change.
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 8/26/2004 at 06:51 PM |
|
|
Yes, inless your menu configuration uses inner HTML code for items decoration colors are configured in CSS file. In product documentation you'll
find the legend for class names (i.e. .m0l0mouto means menu #0 (zero based index), level #0 (root level, again zero based index) mouseover state,
outer tag).
Use outer tag to set box parameters (item's background color, padding etc), use inner tag to set font parameters (font, color, weight, size etc.)
|
|
|
|