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

Forum

Subject: Solpartmenu fixed width Mozilla
Prev Next
You are not authorized to post a reply.

Author Messages
Heinrich
Nuke Newbie
Nuke Newbie
Posts:5

07 Dec 2009 7:00 AM  

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.

Heinrich
Nuke Newbie
Nuke Newbie
Posts:5

07 Dec 2009 7:02 AM  
The url to the website is http://www.cnetworking.co.za
Lee Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5306


09 Dec 2009 3: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/leesykes

Lee Sykes's Facebook Profile
Heinrich
Nuke Newbie
Nuke Newbie
Posts:5

09 Dec 2009 3: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 Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5306


09 Dec 2009 3: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/leesykes

Lee Sykes's Facebook Profile
You are not authorized to post a reply.
Forums > DotNetNuke® > DotNetNuke® Questions > Solpartmenu fixed width Mozilla



ActiveForums 3.7

Latest Forum Posts

RE: while installing bulk emailer module in my website by dub
Agiline, We have seen this problem before. It is caused by the Security on IIS. Please have a loo...
RE: Change Registration Redirect? by ollep
Probably still want to do it with Dynamic Forms now.My reason for changing (except from getting Aweb...
RE: Change Registration Redirect? by ollep
YES!http://www.dnncreative.com/Subscribe/tabid/81/Default.aspx
RE: Change Registration Redirect? by ollep
Yes I noticed that we where talking about 2 different Modules as soon as I dug into the tutorials.Ab...
RE: Change Registration Redirect? by leesykes
If you are check out the links that I have placed in there:http://www.dnncreative.com/Subscribe/tabi...
RE: Change Registration Redirect? by leesykes
Are you referring to when subscribing there is a link to register and after they register it sends t...
RE: Change Registration Redirect? by leesykes
The method I use on here for managing my email list is complicated and involves SQL queries, it is b...
Ecommerce module needed by vishalranaut
Infyecommerce is providing ecommerce packages for the clients to develop their ecommerce sites.They ...
RE: DS Dynamic Forms / AWeber by leesykes
If you are getting time out issues when installing I would use the auto install method by using FTP,...
RE: Change Registration Redirect? by ollep
Oooops Helps reading your responses before posting here Lee. I referred to Issue 40 / 41 and ...
DS Dynamic Forms / AWeber by ollep
Thanks for a great Tutorial Lee!  - As usual.(I still can't install the module in Firefox though, Fi...
while installing bulk emailer module in my website by agiline
Hi all,i have downloaded bulk e mailer trial version and when i am installing it in my website it wa...
RE: Creating Portals before setting the host by cyborama
Hello Joe, Just got done speaking with my hosting company in reguards to A records and host head...
RE: PayFlow Link by johnmurphy
Hi murphydolores, I am using iHost. iHost.Net supports PayFlow Link and its easy to configure. T...
RE: Background Music by cyborama
Hello Kyle I can't think of any modules that could do this though that doesn't mean they are not out...
RE: Creating Portals before setting the host by cyborama
Hello Joe thanks for the quick reply, If you read down my thread fully you will see I had already...
RE: Employee Absent Indicator by jncraig
I think that the biggest here is to define the workflow and to figure out who/how will maintain the ...
RE: Run exe/dll from DNN? by ollivogt
Thank you. I have a look at it....RegardsOliver
RE: DotNetNuke 5.3.0 Released by jncraig
Whoops! From Joe Brinkman: "With any software product you will occasionally have a release tha...
RE: Creating Portals before setting the host by jncraig
Whoops! Didn't quite finish. DNS, through A Records and other records is used to convert a domai...
DNM Rapid Application Developer Trial Version
RSS Feeds