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, ...solpartmenu problemsolpartmenu problem
Previous
 
Next
New Post
4/23/2008 1:18 PM
 

Hi!

I have a very peculiar problem with the solpart menu: The dropdowns goes horizontal in Firefox, but looks great in Internet Explorer:

Can anyone help me?

Check it out on http://dnn.ivanoff.info

This is the css used for the menu ( I am doing a html/css based skin):

.MainMenu_MenuContainer{
    background-color: transparent;
 }
/* The Menu Bar*/
.MainMenu_MenuBar{
    float: left;
    margin: 0;
    padding: 5px 0px 0 0px;
    width: 100%;
    height: 32px;

 }

/*Root menu item*/
.MainMenu_MenuItem{
    float: left;
    text-decoration: none;
    /*    padding: 0.3em 2em; */
    color:white;
    font-size: 10px;
    background-color: Transparent;
    border-left: white 0px solid;
    border-bottom: white 0px solid;
    border-top: white 0px solid;
    border-right: white 0px solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;

 }
 /*SubMenu Icon / Indent */
.MainMenu_MenuIcon{
    cursor: pointer;
    background-color: #005596;
    border-left: #005596 1px solid;
    border-bottom: #005596 1px solid;
    border-top: #005596 1px solid;
    text-align: center;
    width: 5px;
    height: 21px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 }

.MainMenu_MenuBreak{
    border-bottom: #0055961px solid;
    border-left: #0055960px solid;
    border-top: #0055961px solid;
    border-right: #0055960px solid;
    background-color: #005596;
    height: 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
   
 }

/* Menu Item Hoover */
.MainMenu_MenuItemSel{
    float: left;
    text-decoration: none;
    /*    padding: 0.3em 2em; */
    color: #80aacb;
    font-size: 10px;
    background-color: Transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 }

/*Sub menu item */
.MainMenu_SubMenu{
    float: left;
    text-decoration: none;
    /*    padding: 0.3em 2em; */
    color: #80aacb;;
    font-size: 10px;
    background-color:#005596;
    border-bottom: #005596 0px solid;
    border-left: #005596 0px solid;
    border-top: #005596 0px solid;
    border-right: #005596 0px solid;
    font-family: Verdana, Arial, Helvetica, sans-serif;
 }   

.MainMenu_MenuArrow{
   
 }

.MainMenu_MenuRootArrow{
   
 }
 
and this is the xml from skin.xml:

<Object>
 <Token>[SOLPARTMENU]</Token>
  <Settings>
   <Setting>
    <Name>separatecss</Name>
    <Value>true</Value>
   </Setting>
  </Settings>
</Object>

 
New Post
4/23/2008 9:07 PM
 

Remove the float:left from everywhere

You might also find it easier to copy the entire menu section from default.css over to your skin.css and then restyle exactly what is there. It's much easier than trying to do it piece by piece.

Rob

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...solpartmenu problemsolpartmenu problem


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