CMenu with subitems like Superfish

http://users.tpg.com.au/j_birch/plugins/superfish/#examples

can you do it?

try the CDropDownMenu Extension: http://www.yiiframework.com/extension/cdropdownmenu/

indeed, it uses superfish ;)

i know but i don’t like the style of that menu. I want something like CMenu default style, and I don’t know how to do :)

You can configure the style of your menu with css, independent of CMenu or CDropDownMenu.

Delete the superfish.css, copy over the main.css that’s shipped with yii and remove the paddings of the <li> elements,

this makes the menu (almost) look fine.

I am thinking about including some more default ‘themes’ to the CDropDownMenu and including a ‘yii-default’ like theme soon.

tomorrow I will take a look, thank you very much :)

good, I will try it, too.