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

Applying Custom Skin on Menu Control on MOSS 2007

0 Answers 38 Views
Menu
This is a migrated thread and some comments may be shown as answers.
spcrmcnst
Top achievements
Rank 1
spcrmcnst asked on 22 Sep 2009, 01:29 AM
I have created a custom skin using Visual Style Builder, but I can't figure out a way to register this skin to my project.
I'm basically using RadMenu on MOSS Top Navigation control.
I've tried setting EnableEmbeddedSkins to false and even adding the following lines of code.  
            HtmlLink link = new HtmlLink();
            link.Href = "~/_layouts/Styles/Menu.Custom.css";
            link.Attributes.Add("type", "text/css");
            link.Attributes.Add("rel", "stylesheet");
            Page.Header.Controls.Add(link);
First I'm not sure where to put the css file.
I've looked at the Registering Custom Skin page on Telerik site and I've tried adding css reference to the MasterPage and the C# file.
Currently I have a C# project that creates the navigation control, and this is registered in the MasterPage along with the Telerik Tag Prefix.
I can have one of the built-in skins come up as the menu in my SharePoint site, it's just that I cannot register the custom skin I created using Visual Style Builder.
Could you possibly walk me through the basic steps of the following:
1. Where to add the css file (and its image folder)
2. What Iines I need to add in the C# project.
3. If I need to make any changes in the MasterPage file.

Please let me know if I need to make this more clear.
Thank you so much for your help!

No answers yet. Maybe you can help?

Tags
Menu
Asked by
spcrmcnst
Top achievements
Rank 1
Share this question
or