Ok, you need to be aware that for some of the CSS styles in the Solpartmenu, you need to set them up to work in DNN. - Have a read of this page:
http://www.skinningtoolkit.com/tabi...fault.aspxIf you want to use any of the following classes, you have to set them up in your skin.xml file or specify them in the .ascx file of your skin:
I think I have tried to look at this before for styling the sub-menu text a different colour to when you hover over it and i couldn't find a solution. I could only style the text to change to a different colour for all of the menu using:
(This will not be suitable for your menu, but will make it obvious what it changes)
.MainMenu_MenuItemSel
{
cursor: pointer;
cursor: hand;
color: black;
font-family: Tahoma, Arial, Helvetica;
font-size: 20px;
font-weight: bold;
font-style: normal;
background-color: yellow;
color: red;
}
2) If you want each of those tokens to have a different colour on hover over then you need to set the class that you wish to use for the token in the skin.xml file. - If you are unsure about this, we cover this in issue 5 & 6 in the
How to create a skin (using tables) tutorial - in video 4.
3) Upload your logo via the file manager - ie - Admin menu / File Manager and place it anywhere you wish. - You could put it in a pics folder for instance.
Then go to Admin / Site Settings and there is an option there for setting the logo, you can browse to where you saved your logo. - The [LOGO] token will then pick up the details you have saved in the Site Settings.
Hope this is enough to get you going, thanks,