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, ...Paddings in Solpart Menu are not shown in Firefox?? Paddings in Solpart Menu are not shown in Firefox??
Previous
 
Next
New Post
10/16/2008 10:11 PM
 

Wells Doty wrote
 

 victor wrote
 

 

 

That's helpful, thanks so much.

Interesting that IE doesn't require that...

 

 

Welcome to the "standard" :)

 

I'm wondering if there is a guide that teaches the correct attributes of SolpartMenu?

I've got "DotNetNuke Navigation WebControls.pdf" but it doesn't have much info about those attributes.

 

 
New Post
10/17/2008 9:20 AM
 

Hi,

Thanks for solving this problem, I had the same. I still have a problem with Google Chrome in which the menu is not displaying at all. Anyone else experiencing this ?

Thanks in advance

Leif

 
New Post
10/20/2008 3:27 AM
 

[IMG]http://i4.photobucket.com/albums/y118/Bishal/Computer/MenuInFFnIE.jpg[/IMG]
 

As it might be clear from the image that the Text get displayed correctly in FF but in IE it goes to 2-3line .. :(

What do i need to Fix it .

 
New Post
10/20/2008 7:37 AM
 

try using whitespace: nowrap.

Peter


Peter Schotman
Cestus Websites voor DotNetNuke oplossingen in Nederland
Contact us for your custom design and skinning work.
 
New Post
12/2/2008 8:29 AM
 

Hi, I have a similar problem with horizontal solpart menu, but can resolve it.

In Firefox there is only 1 subitem but in IE all is OK and subitems are more.

Here is link: http://bgcomfort.com/BGCOMFORTWebandSoftwareDesign/tabid/36/portalid/0/language/en-US/Default.aspx

You can see in horizontal menu - News for example...

And here is code:

/* Menu for Skin Comp - skin.css*/
.ActiveRootTab TD { width: 120px; color: #FFFFFF; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  background-color: transparent; text-align: center; }
.RootTab TD { width: 120px; height: 25px; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 10pt;  font-weight: bold;  color: #FFFFFF; background: transparent; text-align:  center; }
.SelectedRootTab TD { width: 120px; color: #FFFFFF; height: 25px; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  border-left: #ffffff 0px solid; border-top: #ffffff 0px solid; background-color: transparent;  text-align:  center; }
.BreadcrumbRootTab TD { width: 120px; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  color: #ffffff; height: 25px; text-align: center; }
.ActiveSubTab { background-color: #FEA203; #333333; color: #ffffff; border-top: 0px solid; font-family: Tahoma, Verdana; font-size: 10pt;  font-weight: bold;  padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; }
.SubTab { background-color: #ffffff; color: #000000; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; }
.SelectedSubTab { background-color: #C14337; color: #000000; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold;  padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; height: 25px; }
.BreadcrumbSubTab { background-color: transparent; /*#000000;*/ color: #ffffff; font-family: Trebuchet MS, Tahoma, Verdana; font-size: 9pt;  font-weight: bold; border-top: 0px solid; padding-left: 2px; padding-right: 2px; padding-top: 2px; padding-bottom: 2px; }

/* Main Menu */
.MainMenu_MenuContainer
{
 background-color: transparent;
}
.MainMenu_MenuBar
{
 cursor: pointer;
 height: 16px;
 background-color: Transparent;
}
.MainMenu_MenuItem
{
 cursor: pointer;
 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;
 background-color: #EEEEEE;
 border-left: #EEEEEE 1px solid;
 border-bottom: #EEEEEE 1px solid;
 border-top: #EEEEEE 1px solid;
 text-align: center;
 width: 15px;
 height: 21px;
}
.MainMenu_SubMenu
{
 z-index: 1000;
 cursor: pointer;
 background-color: #FFFFFF;
 border-bottom: #FFFFFF 0px solid;
 border-left: #FFFFFF 0px solid;
 border-top: #FFFFFF 0px solid;
 border-right: #FFFFFF 0px solid;
}

.MainMenu_MenuBreak
{
 border-bottom: #EEEEEE 1px solid;
 border-left: #EEEEEE 0px solid;
 border-top: #EEEEEE 1px solid;
 border-right: #EEEEEE 0px solid;
 background-color: #EEEEEE;
 height: 1px;
}
.MainMenu_MenuItemSel
{
 cursor: pointer;
 color: black;
 font-family: Tahoma, Arial, Helvetica;
 font-size: 9pt;
 font-weight: bold;
 font-style: normal;
 /*background-color: #C1D2EE; work only in Firefox*/
}

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

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Paddings in Solpart Menu are not shown in Firefox?? Paddings in Solpart Menu are not shown 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