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, ...submenu items in firefoxsubmenu items in firefox
Previous
 
Next
New Post
6/2/2007 2:52 AM
 

Hi,

Hope some expert out there can help.

I have created a skin that looked fine but when I viewed it in Fiefox the submenu items are all displaced horizontally.

Whats the best way to control the positioning of the submenu items?

Thanks this is what I did:

 <tr>
           <td class="main_dnnmenu_rootitem" width="100%" valign="middle" align="center" nowrap>
                                    [MENU]</td>
 </tr>

and in the css:

.main_dnnmenu_container {
    background-color: transparent;
}

.MainMenu_MenuBar {
    cursor: pointer;
    cursor: hand;
    height:16px;
    background-color: Transparent;
}

.MainMenu_MenuItem {
    cursor: pointer;
    cursor: hand;
    color: #231e44;
    font-family: Verdana, Arial, Helvetica;
    font-size: 9pt;
    font-weight: normal;
    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_MenuItemSel {
    cursor: pointer;
    cursor: hand;
    color: #f9a02c;
    font-family: Verdana, Arial, Helvetica;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    background-color: Transparent;
}
.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;
}


.main_dnnmenu_bar {
    cursor: pointer;
    cursor: hand;
    height:16px;
    background-color: Transparent;
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #231e44;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    font-family: font-family:Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/   
    padding: 1px 3px 3px 1px;   
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
    cursor: pointer;
    cursor: hand;
    color: #231e44;
    font-size: 9.0pt; 
    font-style: normal;
    background-color: Transparent;
    font-family: font-family:Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;  /*Word wrapping menu item now optional*/       
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}


.main_dnnmenu_itemhover { 
    background-color: #fca71b;
}

.main_dnnmenu_itemhover td { 
    background-color: #fca71b;
}


.main_dnnmenu_icon {
    cursor: pointer;
    cursor: hand;
    text-align: center;
    width: 15px;
    height: 100%;
}
.main_dnnmenu_submenu {
    background-color: #fff; 
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
    padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
    height: 1px;
    font-size: 1px;
}

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


The url is:

http://caresys.co.uk/testwebsite/

 

Any ideas what could cause this?

 
New Post
6/4/2007 12:52 PM
 

I could not get to the site last week.
If you remove the
.skinmaster
{
 position:relative;

it should work fine.
Also note that your page references the container.css and skin.css multiple times. (remove them from your htm / ascx files)


 
New Post
6/5/2007 12:28 AM
 

THIS SOLVED THE ISSUE.

Many thanks

"note that your page references the container.css and skin.css multiple times"

In what way? Could you expand on this?

Thanks again.

 

 

 
New Post
6/5/2007 1:19 AM
 

The last time I saw a container.css file being referenced more than once, it was because the reference was actually hardcoded INTO the container file itself (which is not necessary).  That caused it to be included once for each instance of the container on a page.  Hope that helps.


Scott Willhite, Co-Founder DNN

"It is only with the heart that one can see rightly... what is essential is invisible to the eye. "
~ Antoine de Saint-Exupéry

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...submenu items in firefoxsubmenu items in firefox


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