Hi there,
First of all, this is my first post and I'm hoping I am not asking a question that has been answered thousands of times already as my searching has not been able to bring anything up.
Currently I am using the following code in my skin to generate an unordered list horizontal navigation (which works great)
<dnn:NAV runat="server" id="dnnNAV" CSSControl="mainMenu" ProviderName="DNNMenuNavigationProvider" IndicateChildren="false" ControlOrientation="Horizontal" MouseOutHideDelay="100">
<CustomAttributes>
<dnn:CustomAttribute Name="AnimationType" Value="Slide"/>
<dnn:CustomAttribute Name="EasingType" Value="Bounce"/>
<dnn:CustomAttribute Name="EasingDirection" Value="Out"/>
<dnn:CustomAttribute Name="AnimationLength" Value="1"/>
<dnn:CustomAttribute Name="AnimationInterval" Value="10"/>
<dnn:CustomAttribute Name="RenderMode" Value="UnorderedList"/>
</CustomAttributes>
</dnn:NAV>
The problem is I'm currently getting up to speed with CSS so I need a good example or tutorial which will help me look at each element that I need to style up. I've found tutorials telling me what does what, but in its simplest form I'm asking how do I style up the first level (which I'm nearly there on, and then the sub level).
Apologies for asking a question that may have been asked many times, but any help would be greatly appreciated from a newbie in the UK.
Cheers