Hello,
I'm trying to use the LEFTMENU objet with the skin.
Here my code :
<dnn:LEFTMENU runat="server" ID="LEFTMENU"
Width="165px"
ShowOnlyCurrent="RootItem"
cssClass = "LeftMenu"
Skin = "beijaskin"
EnableEmbeddedSkins = "False"
EnableEmbeddedBaseStylesheet = "True"
EnableEmbeddedScripts = "True"
ExpandAnimationType = "OutBack"
ExpandAnimationDuration = "450"
ExpandDelay = "0"
CollapseAnimationType = "OutBack"
CollapseAnimationDuration = "450"
CollapseDelay = "0"
/>
I set the WebControlSkin in my skin. It's alright for the skin.
However for an uknonw reason, I can't expand or collapse the sublevel... it's just a link =(
How can I get the collapse and expand functions with the skin?
Is there some who has met and solve the same issue?
Thanks for your help.
Best regardes,
Son