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, ...Dropdown Solpart - Im  lost!!Dropdown Solpart - Im lost!!
Previous
 
Next
New Post
11/15/2006 2:01 AM
 
Hi guys,

Just finishing up my new clients portal, and Im having problems trying to find the property which is initially putting that annoying white border around by dropdowns...

Please check out http://www.australiathegift.com.au

Any tips appreciated!!!
 
New Post
11/15/2006 7:32 AM
 

try and copy this class from /Portals/_default/default.css

.MainMenu_SubMenu {
 z-index: 1000;
 cursor: pointer;
 cursor: hand;
 background-color: #FFFFFF;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
 border-bottom: #FFFFFF 0px solid;
 border-left: #FFFFFF 0px solid;
 border-top: #FFFFFF 0px solid;
 border-right: #FFFFFF 0px solid;
}

and copy it in to /Portals/0/portal.css and change it to:

.MainMenu_SubMenu {
 z-index: 1000;
 cursor: pointer;
 cursor: hand;
 background-color: #000;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
 border-bottom: #000 0px solid;
 border-left: #000 0px solid;
 border-top: #000 0px solid;
 border-right: #000 0px solid;
}

with ofcourse your own additions...

Keston

 
New Post
11/15/2006 9:26 AM
 

Check your site's default.css.

Namely, the border specifications of the MainMenu_MenuArrow, MainMenu_MenuIcon, and MainMenu_MenuItem classes


 
New Post
11/15/2006 6:06 PM
 
Yep, checked them. See below:

.MainMenu_MenuContainer {
background-color: #000000;
}

.MainMenu_MenuBar {
cursor: pointer;
cursor: hand;
height: 20px;
}

.MainMenu_MenuItem {
cursor: pointer;
cursor: hand;
color: #FFFFFF;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: bold;
font-style: normal;
background-color: #000000;
height: 20px;
}
.MainMenu_MenuIcon {
background-color: #000000;
cursor: pointer;
cursor: hand;
text-align: center;
width: 15px;
height: 20px;
}
.MainMenu_SubMenu {
background-color: #000000;
z-index: 1000;
cursor: pointer;
cursor: hand;
border: none;
padding: none;
}
.MainMenu_MenuBreak {
height: 20px;
}
.MainMenu_MenuItemSel {
background-color: #000000;
cursor: pointer;
cursor: hand;
color: #FF3300;
font-family: Tahoma, Arial, Helvetica;
font-size: 12px;
font-weight: bold;
font-style: normal;
height: 20px;
}
.MainMenu_MenuArrow {
font-family: webdings;
font-size: 10pt;
cursor: pointer;
cursor: hand;
}
.MainMenu_RootMenuArrow {
font-family: webdings;
font-size: 10pt;
cursor: pointer;
cursor: hand;
color: #FFFFFF;
}
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Dropdown Solpart - Im  lost!!Dropdown Solpart - Im lost!!


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