You need to Register for free and Login to post a message in the forum.

Forum

Solpartmenu fixed width Mozilla
Last Post 2009-12-09 09:29 AM by Lee Sykes. 4 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
HeinrichUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-12-07 01:00 PM  
<!--[if gte mso 9]> Normal 0 unctuationKerning/> false false false oNotPromoteQF/> EN-ZA X-NONE X-NONE ontGrowAutofit/> ontVertAlignCellWithSp/> ontBreakConstrainedForcedTables/> ontVertAlignInTxbx/> MicrosoftInternetExplorer4 <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman; mso-font-format:other; mso-font-pitch:variable; mso-font-signature:0 0 0 0 0 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0cm; margin-right:0cm; margin-bottom:10.0pt; margin-left:0cm; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:Calibri; mso-fareast-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi; mso-fareast-language:EN-US;} .MsoPapDefault {mso-style-type:export-only; margin-bottom:10.0pt; line-height:115%;} @page Section1 {size:595.3pt 841.9pt; margin:72.0pt 72.0pt 72.0pt 72.0pt; mso-header-margin:35.4pt; mso-footer-margin:35.4pt; mso-paper-source:0;} div.Section1 {page:Section1;} --> <!--[if gte mso 10]> I have been spending the last 3 days trying to resolve this issue so please help me.

I am using the Solpartmenu horizontally with a fixed width td, but I am not sure if Mozilla doesn’t want to wrap the text, or if Mozilla just doesn’t want to stick to the width.

My ASCX code:

<dnn:MENU runat="server" id="dnnMENU"

          useskinpatharrowimages="true"

          rootmenuitemcssclass="MainMenu_RootMenuItem"

            rootmenuitemactivecssclass="MainMenu_RootMenuItemActive"

            RootMenuItemSelectedCssClass="MainMenu_RootMenuItemSelected TD"

            UseRootBreadCrumbArrow="false"

            RightSeparator=""

            rightseparatoractive=""

            submenuitemactivecssclass="MainMenu_SubMenuItemActive"

            submenuitemselectedcssclass="MainMenu_SubMenuItemSelected"   />

 

My CSS:

/* Main Menu */

.MainMenu_MenuContainer {

      background-image: url(images/menu_normal_backgound.jpg);

      background-position: top;

      padding:0px 0px 0px 0px;

      background-color: Black;

                 

}

 

.MainMenu_MenuBar {

      cursor: pointer;

      cursor: hand;

      background-color: transparent;

      height: 62px;

}

 

.MainMenu_MenuItem {

      border: solid 1px #2b2b2b;

    background-color: #949292;

    height: 31px;

    width: 146px;

      padding: 5;

      cursor: pointer;

      cursor: hand;

      color: white;

      font-family: Tahoma, Arial, Helvetica;

      font-size: 10pt;

      font-weight: normal;

      font-style: normal;

      text-align: center;

}

 

.MainMenu_MenuItemSel {

      border-left: #2b2b2b 1px solid;

      border-bottom: #2b2b2b 1px solid;

      border-top: #2b2b2b 1px solid;

      border-right: #2b2b2b 1px solid;

      background-color: #00a3fa;

}

 

.MainMenu_MenuIcon      {

    display: none;

}

 

 

.MainMenu_SubMenu {

      background-color: #00a3fa; 

      z-index: 1000;

      cursor: pointer;

      cursor: hand;

}

 

.MainMenu_MenuBreak {

      height: 0px;

}

 

.MainMenu_RootMenuItem TD {

      cursor: pointer;

      cursor: hand;

      color: #858484;

      font-family: Tahoma, Arial, Helvetica;

      font-size: 10pt;

      font-weight: normal;

      font-style: normal;

      text-align: center;

      text-transform : uppercase;

      background-color: Transparent;

      width: 156px;

      height: 62px;    

      background-image: url(images/menu_normal_backgound.jpg);

}

 

.MainMenu_RootMenuItemActive TD {

      cursor: pointer;

      cursor: hand;

      color: white;

      font-family: Tahoma, Arial, Helvetica;

      font-size: 10pt;

      font-weight: normal;

      font-style: normal;

      text-align: center;

      text-transform : uppercase;

      background-color: Transparent;     

      width: 156px;

      height: 62px;

      background-image: url(images/menu_over_background.jpg);

}

 

.MainMenu_RootMenuItemSelected TD {

      background-image: url(images/menu_over_background.jpg);

      background-repeat: repeat-x;

      cursor: pointer;

      cursor: hand;

      color: white;

      font-family: Tahoma, Arial, Helvetica;

      font-size: 10pt;

      font-weight: normal;

      font-style: normal;

      text-align:center;

      text-transform: uppercase;

      width: 156px;

      height: 62px;

}

 

.MainMenu_SubMenuItemActive {

    border: solid 1px #2b2b2b;

    background-color: #00a3fa;

    height: 31px;

    width: 146px;

}

 

.MainMenu_SubMenuItemSelected {

    border: solid 1px #2b2b2b;

    background-color: #00a3fa;

    height: 31px;

    width: 146px;

}

 

.MainMenu_MenuArrow {

    display: none;

}

 

.MainMenu_RootMenuArrow {

      display: none;

}

I thank you in advance.

HeinrichUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-12-07 01:02 PM  
The url to the website is http://www.cnetworking.co.za
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-12-09 09:04 AM  
have you fixed this issue? When I view the menu in Firefox, each menu item is a fixed width and the text wraps.

Thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
HeinrichUser is Offline
Nuke Newbie
Nuke Newbie
Posts:5

--
2009-12-09 09:24 AM  
Yes I have. I added the following to the td

white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
Lee SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2009-12-09 09:29 AM  
thanks for the info
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

Enforce Terms Tutorial Update by Vistalogix Corporation
I tried configuring my DNN 6.1.2 install to have a required "accept terms" checkbox as described in
RE: Best Practices for Modifying a Custom Module by Joseph Craig
Start up the development website, then install the module using the package that you have. Then, yo
Best Practices for Modifying a Custom Module by schilders
Good Morning, I'm needing to modify a custom built module created by another developer targeted f
RE: Admin menu problem by alireza arabiyan
hi in localhost i have http://localhost/senf/خانه.aspx and http://localhost/senf/Admi
RE: Admin menu problem by Joseph Craig
Yes, that is what you should have done. What is the URL for your home page? What is the URL for
RE: Admin menu problem by alireza arabiyan
hi first in localhost i add my domain.com as portal alias. then copy all files to host , restore my
RE: Admin menu problem by Joseph Craig
How did you move it? Have you added an entry in the portalalias table for the site's domain name?
RE: Re: SQL SERVER 2008 R2 Remote connection by Joseph Craig
Set up a user with dbo privileges and set the connection string for that user, rather than using Win
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
RE: How to build Skins for DNN 6.x by Joseph Craig
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
RE: Module permission does not work! by Joseph Craig
What permissions have you give to that role?
RE: DNN nav issue by Joseph Craig
Are you using a custom skin? How often does this happen?
RE: Friendly URLs Broken by Joseph Craig
I don't entirely understand this, but I'm glad you got things working.
RE: How to build Skins for DNN 6.x by Christopher Adamakis
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
RE: Dnn local setup problem by imran shaikh
this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
RE: Module permission does not work! by Abraham Tameru
I created a special role for the user to administer the site. The user is not a member of the Admini
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds