random0xff
-
5/13/2009 4:03:24 PM
CMSListMenu control override CssClass property
When you use the CMSListMenu control in an ASPX page template like this:
<cms:CMSListMenu runat="server" CssClass="test"/>
the rendered HTML looks like this:
<ul id="ctl03" class="CMSListMenuUL">
Would be nice if the HTML would be like this:
<ul id="ctl03" class="test CMSListMenuUL">
Then it still has my class.
Thank you for considering!
|