Rank: Newbie Groups: Member
Joined: 7/15/2007 Posts: 1
|
Hello,
I have created a slidemenu, and have a 4 top level menus. 3 of them have sub menus, 1 does not. I have applied a CSS property for text-align: center; and on the 1 that has no sub menus, it is centered, the other 3, left justified.
I also have a CSS property color: white; and in the preview of the SlideMenu Builder, they all show up white, however when testing via Cassini in Visual Studio, they are black. Also, the font-size: 11pt; is not working either when testing via Cassini in Visual Studio, but they are 11pt in the Preview of the SlideMenu Builder.
I have created a custom look, and does not work any better.
Any ideas why this does not work on a top level menu? I do not have any definition for _TopGroup or _TopLevelItem as they did not work either.
Thanks for your time. Troy
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Troy,
First check which style property you applied your CSS settings. There are several style properties for each item: NormalStyle, HoverStyle, ExpandedStyle, SelectedStyle, etc.
Second check whether you have any thing in your built-in look item. When you do not have anything in _TopGroup or _TopLevelItem, _Default is used, so you want to take a look of that.
You'd also want to check whether your page uses any CSS files. A lot of the time rules in the CSS files can interfere with the menu. As a test, you can use a blank page to test in Visual Studio. Once you get that to work, you can then move the menu into your page. That way you can find out what triggers the problem.
Thanks
|