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, ...CSSRightSeparator setting for NAV tokenCSSRightSeparator setting for NAV token
Previous
 
Next
New Post
8/28/2007 2:04 PM
 

Hello!

I can't seem to create a functioning Right Separator class for my NAV menu.  It seems like other NAV CSS classes work, but not CSSRightSepartor.  Perhaps I am doing something wrong!

Here is where the NAV token is declared in my HTML:

<td valign="middle" align="left" nowrap style="height: 45px;" background="nav_idle.jpg" colspan="3" runat="server"> [NAV]</td>

 

 

Here is the Setting in skin.xml under the [NAV] token:

<Setting>
<Name>CSSRightSeparator</Name>
<Value>main_dnnmenu_right</Value>
</Setting>

 
Finally, here is the declaration of the class in skin.css:
 
.main_dnnmenu_right
{
background-image: url(nav_div.gif);
width: 2px;
height: 45px;
}
 
 
Basically, I would like the image 'nav_div.gif' to seperate the items on my NAV menu.  Could there be another class overriding the CSSRightSeparator class, thus eliminating the results?  Thanks for your help!
 
John

           

 
New Post
8/29/2007 4:09 AM
 

try adding

   <Name>rightseparator</Name>
    <Value><![CDATA[&nbsp;]]></Value>

Best Regards,

João

 
New Post
8/29/2007 8:42 AM
 

Thanks for the reply!

Unfortunately I still do not see any results.  My skin.xml file now contains the following Right Separator settings under the NAV token:

<Setting>
<Name>CSSRightSeparator</Name>
<Value>main_dnnmenu_right</Value>
</Setting>
<Setting>
<Name>rightseparator</Name>
<Value><![CDATA[&nbsp;]]></Value>
</Setting>

 

 
New Post
8/30/2007 8:34 AM
 

As it turns out, I used the following setting to use the Right Separator.

<Setting>
<Name>SeparatorRightHTML</Name>
<Value><![CDATA[<img src="nav_div.jpg">]]></Value>
</Setting>

I also had to remove the following setting from the NAV token:

<Setting>
<Name>ProviderName</Name>
<Value>DNNMenuNavigationProvider</Value>
</Setting>

John

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...CSSRightSeparator setting for NAV tokenCSSRightSeparator setting for NAV token


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