Design and CSS styles
Version 3.x > Design and CSS styles > CSS List Menu questions... View modes: 
User avatar
Certified Developer v6
Certified Developer v6
dave - 12/18/2008 2:25:12 PM
   
CSS List Menu questions...
Hey guys,

I'm new to this CMS, using it for the first time. I'm pleasantly surprised at the flexibility of doing things inside or outside the CMS. I do have a few potentially newbie questions about the CSS List Menu WebPart...

• Does not seem to include a space between the built-in CSS class (Render CSS Classes option) and the first item CSS class. This seems like a bug, or am I missing something?
• How do we specify the CSS class for the UL element?

I'm using 3.1a, thanks!

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 1/6/2009 7:39:44 AM
   
RE:CSS List Menu questions...
Hi,

I think that my colleague has already answered these questions in a ticket few days ago. I just want to put it here for other visitors.

1) Actually this is purpose of this field. It is intended to be rather suffix to actual class.

2)You can use context selector, i.e. enwrap menu with div with some class, e.g. 'myMenu' and then specify styles for ul within this div using sample code bellow:
.myMenu ul
{
//styles for ul tag within menu
}

Best Regards,
Juraj Ondrus