Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...MegaMenu Active Links DNN6MegaMenu Active Links DNN6
Previous
 
Next
New Post
10/19/2011 6:34 AM
 
Hi,

I am currently working on a local development site using DNN6 and have created a skin loosely based on the DarkKnight skin.  I am using MegaMenu but have noticed there was no styling included for active links in the associated .CSS file.

Is it simply a case of adding the a:active link attributes where appropriate and styling them?  As I have tried this to no avail.

What else am I missing?

Thanks in advance.

Ryan.
 
New Post
10/20/2011 10:02 AM
 
HI Kozzy

I think this post may be of help

http://www.dotnetnuke.com/Resources/F...

Ian

Mutate and Survive
 
New Post
10/21/2011 4:14 AM
 
Thanks for the response Ian.

I will check that thread out now.

Ryan.
 
New Post
11/18/2011 5:33 AM
 

Hi,

Did you find out a way to  highlight  the active menu items? 

If yes, would you kindly share the solution please?

Thank you so much :)

 
New Post
11/19/2011 5:51 AM
 

if you look in the ddrmega menu xs you will find this code

<xsl:variable name="nodeClass">
<xsl:value-of select="$nodeType"/>
<xsl:if test="@separator = 1"> mmSeparator</xsl:if>
<xsl:if test="@selected = 1"> mmSelected</xsl:if>
<xsl:if test="@breadcrumb = 1"> mmBreadcrumb</xsl:if>
<xsl:if test="@first = 1"> mmFirst</xsl:if>
<xsl:if test="@last = 1"> mmLast</xsl:if>
<xsl:if test="node"> mmHasChild</xsl:if>
<xsl:text> child-</xsl:text><xsl:value-of select="position()"/>
</xsl:variable> 

 so if you want just the selected item you would need classname "mmSelected"  if you want to give a class to all slected item including the parents you would need "mmBreadcrumb"

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...MegaMenu Active Links DNN6MegaMenu Active Links DNN6


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out