This is a migrated thread and some comments may be shown as answers.

Rotator loads base css for menu?

1 Answer 52 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 09 Mar 2010, 09:33 AM
Hi

Maybe having a related title to my post might elicit a response. :-)

I have a master page, which a RadMenu, to which I would like to add a RadRotator.

I am using a custom skin for the menu, so I have EnableEmbeddedBaseStyleSheet set to false.

But when I add the rotator to the master page, it loads the base css for the menu, which then overrides my custom skin.

If I comment out the RadRotator, the menu css works fine.

With the RadRotator in place, even if it has EnableEmbeddedBaseStylesheet="false", the webresource with the base css for the menu gets loaded and trashes the menu.

Does anyone have any ideas? Or is it not possible to use a rotator on a master page with the menu without the css conflicting?

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 11 Mar 2010, 06:49 PM
Hello Rob,

If you need to use a custom skin for RadMenu, you need to set EnableEmbeddedSkins="false", not EnableEmbeddedBaseStyleSheet. The base stylesheet will not interfere with your custom skin no matter whether you manually register it or let it be served as a web resource automatically. Please, follow the instructions in the Skin registration topic.


All the best,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Menu
Asked by
Rob
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or