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, ...Offest Solpart Menu Text ???Offest Solpart Menu Text ???
Previous
 
Next
New Post
2/17/2008 3:55 PM
 

I am new in DotNetNuke Development and I encountered a problem that frustrated me a lot recently.

In this image, the top two Solpartmenu button have submenus and the bottom three don't. We can see that the text on the top two button are slightly offset to the right. Once I add any submenu to the mainmenu, the text becomes offset.

 

I looked through all the skins and css files, but I really have no idea what causes that. Is there anyone knows how to solve this problme?

 

Thanks.

 

And, I know that in the DotNetNuke 4.8 there is a new feature called NAV. Could anyone give me some websites that teach how to setup and use NAV menu?

 

 
New Post
2/18/2008 2:53 PM
 

The reason that the menus are offset is due to the fact that you may not specify {display:none} on your Root Menu Arrow css class. Try this:

If you are using ascx file put menurootarrowcssclass="MainMenu_RootMenuItemArrow" (Or whatever naming scheme you are using in your css document) in the SOLPARTMENU definition text area.

If you are using the HTML/XML combo put the following within your object definition for the SOLPARTMENU token within the XML file:

... (Other properties for SOLPARTMENU) ...

<Setting>

<Name>menurootarrowcssclass</Name>

<Value>MainMenu_RootMenuItemArrow</Value>

</Setting>

... (other stuff) ...

Now, within your css document put.

.MainMenu_RootMenuItemArrow {

display:none;

}

Make any changes as approriate.

Regards,

Christopher Koeber


Regards,
Christopher Koeber
 
New Post
2/24/2008 3:35 PM
 

Thanks for the help.

I'm using ascx file and i did follow what you told me, but nothing happened. 

I put menurootarrowcssclass="MainMenu_RootMenuItemArrow" into my SOLPARTMENU area and put  .MainMenu_RootMenuItemArrow display:none;} into the css document. Then I uploaded these two files and refreshed pages several times, but the text is still offset.

Is there anyone know the reason of that?

Thanks.

 
New Post
2/24/2008 8:09 PM
 

Can you put up a link to the page?

Rob

 
New Post
2/24/2008 8:39 PM
 

Sure, here it is:

http://www.aevitas.co.nz.spwd.net.nz

The SMILE SOLUTION button (which is the only button that has submenus) appears a little bit offset to the right. As long as I add submenu to any of those mainmenus, the button becomes offset.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Offest Solpart Menu Text ???Offest Solpart Menu Text ???


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