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, ...CanCan't center solpart
Previous
 
Next
New Post
7/31/2006 4:45 AM
 
I've tried centering it in a table a div and hard coded the center around the menu itself but still it stays left aligned.

I've also cleared my cache, etc to see if it was that, but still nothing.

Is there any way at all I can center the SolPart menu?
 
New Post
8/2/2006 2:42 AM
 
Dear LiamBFC

Have you tried to put the solpartmenu in the middle of a table
<td>
  <table width=100%>
    <tr>
      <td class="" width=50%>&nbsp;</td>
      <td class="tdSlprt">[SOLPARTMENU]</td>
      <td class="" width=50%>&nbsp;</td>
    </tr>
  </table>
</td>

Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
8/2/2006 4:31 AM
 
Yep, I've got it in a table, and I think I've solved the moving problem in IE, (still the same in FF and Opera). The other problem I'm having is with the buttons, when thye're clicked, they indent, is there a way to switch that off or is that something I've done?

Finally,
Is it possible to switch of the SolPart's Breadcrumb?
 
New Post
8/2/2006 5:05 AM
 

Dear LiamBFC

I think you've make a mistake by setting some properties in your .css file. Have you change the borders? Have you change the properties of the icon?... What did you do?...

You can always set the breadcrumb off...
userootbreadcrumbarrow = false
usesubmenubreadcrumbarrow = false


or by setting the .css style

for instance:
.MainMenu_MenuRootArrow {display: none;}
.MainMenu_MenuArrow {display:none;}


Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
8/2/2006 6:03 AM
 
The CSS I'm using is:

.MainMenu_MenuContainer {
    background-color: transparent;
    text-align: center;
}
.MainMenu_MenuBar {
    cursor: pointer;
    cursor: hand;
    height:16px;
    background-color: Transparent;
}
.MainMenu_MenuItem {
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    cursor: pointer;
    cursor: hand;
    color: #0065AC;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    background-color: transparent;
    font-family: verdana, sans-serif;
}
.MainMenu_MenuIcon {
    background-color: transparent;
    border-left: transparent;
    border-bottom: transparent;
    border-top: transparent;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu {
    background-color: #D4E6F4;
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_MenuBreak {
    height: 1px;
}
.MainMenu_MenuItemSel {
    background-color: transparent;
    cursor: pointer;
    cursor: hand;
    color: #F97D35;
    font-family: verdana, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    /*height: 21px;*/ <-- This line is commented out, because it was what I had found to be causing the moving nav problem.
}
.MainMenu_MenuArrow {
    border-right: #cad5ea 1px solid;
    border-bottom: #cad5ea 1px solid;
    border-top: #cad5ea 0px solid;
    font-family: webdings;
    font-size: 10px;
    cursor: pointer;
    cursor: hand;
}
.MainMenu_RootMenuArrow {
    font-family: webdings;
    font-size: 10px;
    cursor: pointer;
    cursor: hand;
}

As you can see, its not all been changed, mainly just colors.

So I can't see what's up to be honest.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...CanCan't center solpart


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