Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > repeater cms menu item View modes: 
User avatar
Member
Member
bijukumar.r-gmail - 1/31/2011 12:08:38 AM
   
repeater cms menu item
hi

in my project i used a repater as main menu.I entered values for "Menu item CSS class" in the "'page name' > Properties tab > 'Menu' in left nav".but when i check the output html , the css not applied in my repeater menu links.

i wish to set the active link option in my menu...what to do?

my active css code works when i manually edit the output html code.

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 1/31/2011 9:29:14 AM
   
RE:repeater cms menu item
Hello,

I've used the following css class definition and it works without problems:

.CUSTOMCSS
{
background-color: #FF00FF; /*pink*/
}

Have you defined the class in the correct css stylesheet? Have you the class defined at all?
What is a repeater menu? This property will be only taken into account if you use our default navigation webparts which are available in Kentico out of the box

Best regards,
Boris Pocatko