Multiple Styles
2006/10/12 23:43
Viewed 2595 times
Replies: 1/5

I'd like to use one style as the default for menus (longhorn), and then use another style (say, modern) for a specific menu or toolbar menu. How can I do that?

Also, the longhorn style is messed up when using it in a toolbar.

Re: Multiple Styles
2006/10/13 12:29
Viewed 4069 times
Replies: 2/4

You can use this sample as a start.  However, note that it won't be easy to use multiple standard skins in the same page; the official skins are designed to take over the look of all popups/items in the page...

What you need is creating a custom look that applies only to a certain class name, and then add that class name to specific popups or menus by simply adding class="your-class-name" to the respective <ul> or <li> elements.

We'll try to make things easier in a next release.

Sorry about the Longhorn skin.  I know that not all skins are suitable for being used as a toolbar.

last
Re[2]: Multiple Styles
2006/10/17 03:01
Viewed 5362 times
Replies: 0/0

Any suggestions on how to get started on changing the longhorn skin to work as a toolbar? Could be a good lesson in the menu system's css design..

last
Re[2]: Multiple Styles
2006/10/17 05:57
Viewed 5502 times
Replies: 1/2

OK, it was easy. I added this to longhorn.css:

div.dynarch-menu-toolbar table tr td.hover{padding:0px 2px 0px 2px}

last
Google