Hi I have a question here too.
I found out that there are 5 png-files who give the menu the color. I have 5 areas on my website which have a diffrent style. For example area 1 has colors organe-blue, second are has red-green and so on.
How can I let ari ext menu show diffrent menu styles. I thought of putting something like this in the css area:
Code: |
.ux-menu a{display:block;position:relative;text-decoration:none;color:#432;border-left:1px solid #e3dad1;border-top:1px solid #e3dad1;border-bottom:1px solid #e3dad1;background:#f3efec url(images[b]/menu-item-bg_area1.png[/b]) repeat;font-size:12px;line-height:12px;padding:10px 14px;}
|
For the second I would try
Code: |
.ux-menu a{display:block;position:relative;text-decoration:none;color:#432;border-left:1px solid #e3dad1;border-top:1px solid #e3dad1;border-bottom:1px solid #e3dad1;background:#f3efec url(images[b]/menu-item-bg_area2.png[/b]) repeat;font-size:12px;line-height:12px;padding:10px 14px;}
|
But this is not working, it simply ignores my image and displays nothing. When I just overwrite the menu-item-bg.png its working but I want to have 5 diffrent styles.
best regards