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, ...white lines in submenuswhite lines in submenus
Previous
 
Next
New Post
9/17/2006 2:46 PM
 

Can anyone tell me where these white lines in my submenus are coming from?  I'm building another site and I have the same problem.  The lines are there the first time the menu pops up, but when you mouse over, they disappear.  What in the world?  here's the URL :  http://www.girlfriendsingod.com 

Thanks - Cathy

 
New Post
9/18/2006 9:06 AM
 

They are from the borders defined in the site's default.css file

.MainMenu_MenuItem {
 cursor: pointer;
 cursor: hand;
 color: black;
 font-family: Tahoma, Arial, Helvetica;
 font-size: 9pt;
 font-weight: bold;
 font-style: normal;
 border-left: white 0px solid;
 border-bottom: white 1px solid;
 border-top: white 1px solid;
 border-right: white 0px solid;
 background-color: Transparent;
}
.MainMenu_MenuIcon {
 cursor: pointer;
 cursor: hand;
 background-color: #EEEEEE;
 border-left: #EEEEEE 1px solid;
 border-bottom: #EEEEEE 1px solid;
 border-top: #EEEEEE 1px solid;
 text-align: center;
 width: 15;
 height: 21;
}

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


 
New Post
9/18/2006 6:40 PM
 

Thanks so much Jon.  I had the following styles defined... so what I assume is:  since I didn't specify anything for the borders in my style sheet, dnn used borders from the default?

.ModuleTitle_MenuItem
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    background-color: #CFCEC2;
}
.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    cursor: hand;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    background-color: #CFCEC2;
}

.ModuleTitle_MenuArrow
{
    display: none;
}

I'll give it a try.

Cathy

 
New Post
9/20/2006 2:24 PM
 

Maybe I'm the only one who cares about this   But I still had lines even after the update to the CSS file.  I finally set the CSS to this:

.MainMenu_MenuItem {
 cursor: pointer;
 cursor: hand;
 color: #40592C;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
 background-color: transparent;
 border-left: #F9D8DB 0px solid;
  border-bottom: #F9D8DB 0px solid;
  border-top: #F9D8DB 0px solid;
  border-right: #F9D8DB 0px solid;
}

Where the font is the green I wanted and the other color in the borders is the pink.  So - now, I suppose the lines are still there, but they're pink so you can't see them.   I'm not sure what worked -- the 0px or the pink - but I can tell you that setting the borders to transparent did NOT work - the lines became green like the font.  That's how I figured out it was this particular style that was causing the lines.  -- this is the only style in my CSS that uses green.  

So, now, I feel like I "tricked it" into "appearing" to work - I still don't understand why the lines are there.  At any rate - the submenus look the way I want them, so I'm moving on.

Cathy
CoolCoyotes

 

 
New Post
9/20/2006 4:22 PM
 
I tried these style settings, and I *still* get icky white borders, until I mouseover, then they're gone. Same problem as OP.

Page is here: http://www.smokefreealaska.org/smokefree/Home/Template3/tabid/73/Default.aspx

Any other ideas?
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...white lines in submenuswhite lines in submenus


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