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, ...Firefox too wide but IE OKFirefox too wide but IE OK
Previous
 
Next
New Post
4/20/2008 11:42 AM
 

Hi there,

I am having this exact same issue with this site www.mofga.org. See another post I made on it here. The skin is this one from dotnetnukeskin.

I tried one fix sent to me by the skin designer -> adding rootmenuitemrighthtml="</td><td>"  under solpart -> no joy

I tried adding fixed (1000) width here:

<!-- Copyright 2005 BOR Group (www.DotNetNukeSkin.com, www.DNNSource.com, www.DNNBlast.com) -->
<center>
<table border="0" cellspacing="0" cellpadding="0" width="1000" height="100%">

and here (as suggested in this thread)

<td width="1000" valign="middle" background="<%= SkinPath %>media/menubar_bg.gif" style="background-repeat: repeat-x;" nowrap>
                        <dnn:SOLPARTMENU runat="server"
                        id="dnnSOLPARTMENU" 

STILL no joy and loading wide and ugly after clearing FF cache! rats!

Any advice would be most appreciated. I append my skin file for reference:

Thanks,

Will Sugg

<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %> <%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %> <%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SOLPARTMENU" Src="~/Admin/Skins/SolPartMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LINKS" Src="~/Admin/Skins/Links.ascx" %> <%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %> <%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %>
<%@ Register TagPrefix="dnn" TagName="HELP" Src="~/Admin/Skins/Help.ascx" %>
<!-- Copyright 2005 BOR Group (www.DotNetNukeSkin.com, www.DNNSource.com, www.DNNBlast.com) -->
<center>
<table border="0" cellspacing="0" cellpadding="0" width="1000" height="100%">
    <tr>
        <td valign="top" background="<%= SkinPath %>media/banner_bg.gif" style="background-repeat: repeat-x; border-left: 1px #999999 solid; border-right: 1px #999999 solid;">
        <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" bgcolor="#ffffff">
            <tr>
                <td align="right" valign="top" background="<%= SkinPath %>media/topbar_bg.gif" style="background-repeat: repeat-x; border-bottom: 1px solid #ffffff; padding-bottom: 2px;" nowrap><dnn:USER runat="server" id="dnnUSER" CssClass="Top_Link" /><img src="<%= SkinPath %>media/sprtr2.gif"><dnn:LOGIN runat="server" id="dnnLOGIN" CssClass="Top_Link" /><img src="<%= SkinPath %>media/sprtr2.gif"></td>
            </tr>
            <tr>
                <td id="Banner">
                <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" style="border-top: 1px solid #666666;">
                <tr>
                    <td valign="middle" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px;" nowrap>
                    <dnn:LOGO runat="server" id="dnnLOGO" />
                    </td>
                    <td width="100%" id="SloganPane" class="sloganpane" runat="server" align="center" valign="top" nowrap></td>
                    <td align="right" valign="bottom" style="padding-bottom: 2px;" nowrap>
                    <dnn:CURRENTDATE runat="server"
                    id="dnnCURRENTDATE"
                    CssClass="Current_Date"
                    DateFormat="MMMM d, yyyy"
                    />&nbsp;
                    </td>
                </tr>
                </table>
                </td>
            </tr>
            <tr>
                <td background="<%= SkinPath %>media/menubar_top.gif" style="background-repeat: repeat-x; border-bottom: 1px solid #666666;"><img src="<%= SkinPath %>media/menubar_top.gif"></td>
            </tr>
            <tr>
                <td height="26" style="border-bottom: 1px solid #ffffff; border-top: 1px solid #ffffff;">
                <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
                <tr>
                    <td valign="middle" nowrap><img src="<%= SkinPath %>media/menubar_sprtr.gif"></td>
                    <td width="1000" valign="middle" background="<%= SkinPath %>media/menubar_bg.gif" style="background-repeat: repeat-x;" nowrap>
                        <dnn:SOLPARTMENU runat="server"
                        id="dnnSOLPARTMENU" 
                        delaysubmenuload="true"
                        menueffectsmouseoverdisplay="None"
                        useskinpatharrowimages="true" 
                        userootbreadcrumbarrow="false" 
                        downarrow="media/menuarrow_down.gif" 
                        rightarrow="media/menuarrow_right.gif" 
                        rightseparator="<img src=&quot;media/menubar_sprtr.gif&quot;>"
                        rootmenuitemrighthtml="&lt;/td&gt;&lt;td&gt;" 
                        rootmenuitemcssclass="MainMenu_RootMenuItem" 
                        rootmenuitemactivecssclass="MainMenu_RootMenuItemActive" 
                        rootmenuitemselectedcssclass="MainMenu_RootMenuItemSel" 
                        rootmenuitembreadcrumbcssclass="MainMenu_RootMenuItemActive"
                        submenuitemselectedcssclass="MainMenu_SubMenuItemSel" 
                        cleardefaults="true"
                        menueffectsmouseouthidedelay="100"
                        />
                    </td>
                </tr>
                </table>
                </td>
            </tr>
            <tr>
                <td height="100%" style="background-repeat: repeat-x; border-top: 1px solid #666666; border-bottom: 1px solid #666666;">
                <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" align="center">
                    <tr>
                        <td id="Left_Td" bgcolor="E6E6E6" style="border-right: 1px solid #999999;">
                        <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" align="center">
                            <tr>
                                <td id="LoginPane" class="loginpane" runat="server" valign="top"></td>
                            </tr>
                            <tr>
                                <td height="100%" id="LeftPane" class="leftpane" runat="server" valign="top"></td>
                            </tr>
                            <tr>
                                <td id="LeftPane2" class="leftpane2" runat="server" valign="bottom"></td>
                            </tr>
                        </table>
                        </td>
                        <td height="100%" valign="top">
                        <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" align="center">
                            <tr>
                                <td colspan="2" height="19" valign="top" style="padding-top: 2px;">
                                <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%" align="center">
                                    <tr>
                                        <td>
                                            <span class="Breadcrumb">&nbsp;&nbsp;You are here:&nbsp;
                                            <span class="Breadcrumb_Link">
                                            <dnn:BREADCRUMB runat="server"
                                            id="dnnBREADCRUMB"
                                            Separator="&lt;img src=&quot;media/breadcrumb.gif&quot;&gt;"
                                            CssClass="Breadcrumb_Link"
                                            RootLevel="0"
                                            />&nbsp;&nbsp;</span></span>
                                        </td>
                                        <td width="140" style="padding-right: 3px;">
                                            <span id="LanguageComboBox"><dnn:LANGUAGE runat="server" id="dnnLANGUAGE" /></span>
                                        </td>
                                    </tr>
                                </table>
                                </td>
                            </tr>
                            <tr>
                                <td colspan="2" id="TopPane" class="toppane" runat="server" valign="top"></td>
                            </tr>
                            <tr>
                                <td id="ContentPane" class="contentpane" runat="server" valign="top"></td>
                                <td id="RightPane" class="rightpane" runat="server" valign="top"></td>
                            </tr>
                            <tr>
                                <td colspan="2" id="BotPane" class="bottompane" runat="server" valign="top"></td>
                            </tr>
                        </table>
                        </td>
                    </tr>
                </table>               
                </td>
            </tr>
            <tr>
                <td height="26" align="center" valign="middle" background="<%= SkinPath %>media/botbar_bg.gif" style="background-repeat: repeat-x; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff;" nowrap>
                <dnn:LINKS runat="server"
                id="dnnLINKS"
                CssClass="Content_Link"
                Separator=" | "
                Level="Root"
                /></td>
            </tr>
            <tr>
                <td align="center" valign="top" bgcolor="E6E6E6" style="border-top: 1px solid #666666;" nowrap>&nbsp;
                <dnn:COPYRIGHT runat="server" id="dnnCOPYRIGHT" CssClass="Copyright" />&nbsp;
                <dnn:TERMS runat="server" id="dnnTERMS" CssClass="Bottom_Link" />&nbsp;
                <dnn:PRIVACY runat="server" id="dnnPRIVACY" CssClass="Bottom_Link" />&nbsp;
                <dnn:HELP runat="server" id="dnnHELP" CssClass="Bottom_Link" />&nbsp;
                <span class="Bottom_Link">Site by <a href="http://www.planetmaine.net" class="Bottom_Link" target="_blank">Planet Maine</a></span></td>
            </tr>
        </table>
        </td>
    </tr>
</table>
</center>

 
New Post
7/31/2008 10:32 AM
 

@will

I would open skin.css and remove the "width:100%;" from this part:

.contentpane {skin.css (line 382)
background-color:transparent;
height:100%;
padding-left:10px;
padding-right:10px;
padding-top:8px;
width:100%;

}

You don't need it IMO and it can cause these kind of problems with browsers. Since I dont have the complete skin I couldn't test it but it does seem to help if I change the CSS with firebug in FF.

BTW, the skin is full of HTML errors which could be a part of the problem too.

 

 
New Post
7/31/2008 11:51 AM
 
 
New Post
8/6/2008 8:16 AM
 

Timo thanks for your suggestion but it did not work. I am interested in hearing some details about the "html errors" you mention. I fully admit to being a dolt on this. Hal - along the dolt line, where are you suggesting that I put that bit of code you list in that other post about the image spacer?

thanks,

Will

ps- the DNN notification by email when there is a post here does not work for me?!

 
New Post
8/6/2008 1:57 PM
 

Will, the notification did not work for me either...

Strange the removal of the 100% did make a difference for me... but that was using firebug...

Some questions... do you have the problem without the content too?
What I would do is create a new test page without content and see if that has the problem too.

Then add exisitng modules from the home page untill you see the problem, that should shed some more light on the problem...

Timo

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Firefox too wide but IE OKFirefox too wide but IE OK


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