className
2006/07/18 19:42
Viewed 2847 times
Replies: 0/0

How is the specified className added to the existing class name? For example if I use the following setup line;

DynarchMenu.setup('menu','className:test');

My skin file has entries with class selectors that look like this;

div.dynarch-horiz-menu
div.dynarch-popup-menu

What should those class selectors be when using className during setup? I have tried things like

div.dynarch-horiz-menu_test
div.dynarch-popup-menu_test

- and -

div.dynarch-horiz-menu-test
div.dynarch-popup-menu-test

But nither seems to work. I have tried several other combinations but none worked. I did find another thread about this but it indicated to use something like 'div.test' however how do you indicate which one is for the horiz-menu and popup-menu using that format. I tried it anyway and that didn't work as well.

Thanks in advance...

- Mark

Google