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, ...SubMenuItem Backgrounds Not Completely Changed on MouseoverSubMenuItem Backgrounds Not Completely Changed on Mouseover
Previous
 
Next
New Post
8/30/2006 8:15 AM
 

I think that you've set the useskinpatharrowimages="true" because this is the rendered code:

<td unselectable="on" id="arrowdnn_dnnSOLPARTMENU_ctldnnSOLPARTMENU61" class="dnn_dnnsolpartmenu_ctldnnsolpartmenu_spmarw MainMenu_MenuArrow" style="border-top: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid transparent;" width="15"><img src="/school-slh2/images/spacer.gif"></td>

You have to set...

<Setting>
  <Name>useskinpatharrowimages</Name>
  <Value>false</Value>
</Setting>

And...

.MainMenu_MenuArrow {display:none;}


Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
8/30/2006 2:27 PM
 
I no longer have that extra space on the right to match the left side, but that is fine.  I can deal with it since it at least looks like it is supposed to be that way.  :)  Thanks a bunch!!

Will Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
8/30/2006 2:50 PM
 

You can always set padding-right: xxpx; in your .css classes...


Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
8/31/2006 1:03 PM
 
I had the same issue...
Actually, almost the same issue everyone has had when playing with borders and their colors.
When you mouse over them, the borders disappear and its really ugly (and the outside "border" items not changing color).
My problem was totally CSS.

This looks confusing, but I've included my CSS code at the bottom as an example. Basically there are particular styles you need to make the same color:
-----

Set the background color to be the same color on the following classes:
.MainMenu_MenuItem
.MainMenu_MenuIcon
.MainMenu_SubMenu
.MainMenu_Arrow

Then, set the left and right borders to be the same color as your background color on the following class:
.MainMenu_MenuIcon

Set the left and right borders to be the color you want for your border (I chose white. Remember to leave the top and bottom borders the same color as your background) on the following class:
.MainMenu_MenuItem

Set all the border colors to (whatever color your want the border, it should be the same color as the left and right borders you set in the .MainMenu_MenuItem and .MainMenu_Menu classes you set above.) on the following class:
.MainMenu_SubMenu

Set the color and background color properties for the following class to be whatever color you want the item to have on roll over.
.MainMenu_MenuItemSel


***MyCSS***
.MainMenu_MenuItem {

border-left: #FFFFFF 0px solid;
border-bottom: #3372AA 1px solid;
border-top: #3372AA 1px solid;
border-right: #FFFFFF 0px solid;
cursor: pointer;
cursor: hand;
color: #FFFFFF;
font-size: 8pt;
font-weight: bold;
font-style: normal;
background-color: Transparent;
font-family: Arial, Tahoma, Helvetica;
}
.MainMenu_MenuIcon {
background-color: #3372AA;
border-left: #3372AA 1px solid;
border-bottom: #3372AA 1px solid;
border-top: #3372AA 1px solid;
cursor: pointer;
cursor: hand;
text-align: center;
width: 15px;
height: 22px;
}
.MainMenu_SubMenu {
background-color: #3372AA;
border-left: #FFFFFF 1px solid;
border-right: #FFFFFF 1px solid;
border-bottom: #FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
z-index: 1000;
cursor: pointer;
cursor: hand;
filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
}


.MainMenu_MenuArrow {
border-right: #3372AA 1px solid;
border-bottom: #3372AA 1px solid;
border-top: #3372AA 0px solid;
font-family: webdings;
font-size: 9pt;
cursor: pointer;
cursor: hand;
}

.MainMenu_MenuItemSel {
background-color: E1E5E9;
cursor: pointer;
cursor: hand;
color: #00569A;
font-family: Arial, Tahoma, Helvetica;
font-size: 8pt;
font-weight: bold;
font-style: normal;
height: 22px;

}
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SubMenuItem Backgrounds Not Completely Changed on MouseoverSubMenuItem Backgrounds Not Completely Changed on Mouseover


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