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, ...Solpart hidden beneath modulesSolpart hidden beneath modules
Previous
 
Next
New Post
10/30/2006 12:10 PM
 

I have a verticle solpart menu. In some cases where a module is very wide, it overlaps the menu.  Is there a way to override that? Also sometimes when a submenu pops out, it will be behind the module in the content pane. They are probably related, no?

 
New Post
10/30/2006 3:32 PM
 
If you make your menu and submenu items z-index: 1000 in css they should stay on top...
 
New Post
11/17/2006 2:37 PM
 

Sam,

I tried this and the content pane spills over into the left pane, covering the menu up. Can you look at the HTML and tell me where I've gone wrong? It seems to me that the page should expand out (creating horizontal scrolling, but that's ok.)

<div align="center">
<table id="pagemaster" cellspacing="0" cellpadding="0" border="0">
 <tr>
  <td>
   <!--Logo & banner table-->
   <table cellspacing="0" cellpadding="0" border="0" width="100%">
    <tr valign="top">
     <td width="350" height="66">[LOGO]</td>
     <td bgcolor="black" background="images/logo_spacer.gif" height="66" valign="top">&nbsp;[BANNER]</td>
     <td align="right" height="66" width="31"><img src="images/logo_right.gif" /></td>
     </tr>
   </table>
  </td>
 </tr>
 <tr>
      <td width="100%">
        <!--Silver bar-->
        <table border=0 cellpadding=0 cellspacing=0 width="100%">
    <tr>
     <td width=8>
      <img src="images/menubar_leftend.gif" width=8 height=35 alt=""></td>
     <td background="images/menubar_spacer.gif" height=35 width="152" align="left">
      [CURRENTDATE]
     </td>
     <td background="images/menubar_spacer.gif" height=35 class="breadcrumbcell" align="left">
      You are here:&nbsp;&nbsp;[BREADCRUMB]
     </td>
     <td width=243>
      <table border="0" cellpadding="0" cellspacing="0">
       <tr valign="middle">
        <td width="45"><img src="images/menubar_transition.gif" width=45 height=35 alt=""></td>
        <td background="images/menubar_searchspacer.gif" height=35 width="200" align="right">[SEARCH]</td>
       </tr>
      </table>
     </td>
     <td width=8>
     <img src="images/menubar_rightend.gif" width=8 height=35 alt=""></td>
    </tr>
   </table>
  </td>
 </tr>
  <tr><!--Content-->
  <td valign="top"><!--menu/leftpane-->
   <table class="contenttable" cellspacing="0" cellpadding="0">
      <tr valign="top">
     <td class="leftpane">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr valign="top">
       <td>
        <table width="100%" border="0" cellspacing="0" cellpadding="1">
         <tr>
          <td colspan="3" class="MenuMiddleCell">[SOLPARTMENU]</td>
         </tr>
         </table>
       </td>
        </tr>
        <tr valign="top">
       <td id="LeftPane" runat="server" class="leftpane"></td>
        </tr>
      </table>      
     </td>
     <td>
      <table border="0" width="100%" cellpadding="0" cellspacing="0">
        <tr valign="top">
       <td colspan="2" id="TopPane" runat="server" class="toppane" visible="false"></td>
        </tr>
        <tr valign="top">
       <td id="ContentPane" runat="server" class="contentpane" visible="false"></td>
        <td id="RightPane" runat="server" class="rightpane" visible="false"></td>
        </tr>
        <tr valign="top">
       <td colspan="2" id="BottomPane" runat="server" class="bottompane" visible="false"></td>
          </tr>
      </table>
     </td>
       </tr>
    </table>
  </td>
 </tr>
 <tr valign="top" bgcolor="#DDDDDD">
  <td valign="top" class="footercell" colspan="2">
   <div align="center">[COPYRIGHT]&nbsp;|&nbsp;[TERMS]&nbsp;|&nbsp;[LOGIN]&nbsp;&nbsp;[USER]</div>
  </td>
 </tr>
</table>
  
         </td>
 </tr>
 
</table>
</div>

CSS

#pagemaster{
 width: 96%;
 
}
.ContentTable
{
 width: 100%;
 height: 100%;
 border: 0px;
 border-collapse: collapse;
 padding: 0px 0px 0px 0px;
 vertical-align: top;
}
.TopPane{
 vertical-align: top;
 text-align: left;
 background-color: transparent;
 padding: 0 6px 0 6px;
}
.LeftPane{
 width:160px;
 vertical-align: top;
 text-align: left;
 background-color: transparent;
 padding: 6px 0px 4px 0px;
}
.ContentPane{
 width:100%
 vertical-align: top;
 text-align: left;
 background-color: transparent;
 padding: 0 6px 0 6px;
}
.RightPane{
 vertical-align: top;
 text-align: left;
 background-color: transparent;
 padding: 0 6px 0 0;
}
.BottomPane{
 text-align: left;
 vertical-align: top;
 background-color: transparent;
 padding: 0 6px 0 6px;
}

.MainMenu_MenuItem
{
 z-index: 1000;
 cursor: pointer;
 color: #444444;
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal;
 font-style: normal;
   
 background-color: transparent;
 padding : 2,2,2,2
}

 

Thanks for your help. 
  

 
New Post
11/18/2006 12:03 AM
 

Try using this html and css instead, I just balanced the table structure out:

<div align="center">
<table id="pagemaster" cellspacing="0" cellpadding="0" border="0">
 <tr>
  <td>
   <!--Logo & banner table-->
   <table cellspacing="0" cellpadding="0" border="0" width="100%">
    <tr valign="top">
     <td width="350" height="66">[LOGO]</td>
     <td bgcolor="#000000" background="images/logo_spacer.gif" height="66" valign="top">&nbsp;[BANNER]</td>
     <td align="right" height="66" width="31"><img src="images/logo_right.gif" /></td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td width="100%">
   <!--Silver bar-->
   <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
     <td width="8"><img src="images/menubar_leftend.gif" width="8" height="35" alt=""></td>
     <td background="images/menubar_spacer.gif" height="35" width="152" align="left">[CURRENTDATE]</td>
     <td background="images/menubar_spacer.gif" height="35" class="breadcrumbcell" align="left">You are here:&nbsp;&nbsp;[BREADCRUMB]</td>
     <td width="243">
      <table border="0" cellpadding="0" cellspacing="0">
       <tr valign="middle">
        <td width="45"><img src="images/menubar_transition.gif" width="45" height="35" alt=""></td>
        <td background="images/menubar_searchspacer.gif" height="35" width="200" align="right">[SEARCH]</td>
       </tr>
      </table>
     </td>
     <td width="8"><img src="images/menubar_rightend.gif" width="8" height="35" alt=""></td>
    </tr>
   </table>
  </td>
 </tr>
 <tr><!--Content-->
  <td valign="top">
   <table class="contenttable" cellspacing="0" cellpadding="0">
    <tr valign="top">
     <td class="leftpane"><!--css says 160 px wide-->
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
       <tr valign="top">
         <td class="MenuMiddleCell">[SOLPARTMENU]</td><!-- MenuMiddleCell class not included in css? -->
       </tr>
       <tr valign="top">
        <td id="LeftPane" runat="server" class="leftpane"></td>
       </tr>
      </table>     
     </td>
     <td>
      <table border="0" width="100%" cellpadding="0" cellspacing="0">
       <tr valign="top">
        <td colspan="2" id="TopPane" runat="server" class="toppane" visible="false"></td>
       </tr>
       <tr valign="top">
        <td id="ContentPane" runat="server" class="contentpane" visible="false"></td>
        <td id="RightPane" runat="server" class="rightpane" visible="false"></td>
       </tr>
       <tr valign="top">
        <td colspan="2" id="BottomPane" runat="server" class="bottompane" visible="false"></td>
       </tr>
      </table>
     </td>
    </tr>
   </table>
  </td>
 </tr>
 <tr valign="top" bgcolor="#DDDDDD">
  <td valign="top" class="footercell" colspan="2">
   <div align="center">[COPYRIGHT]&nbsp;|&nbsp;[TERMS]&nbsp;|&nbsp;[LOGIN]&nbsp;&nbsp;[USER]</div>
  </td>
 </tr>
</table>
</div>

#pagemaster{
 width: 96%;
}
.ContentTable {
 width: 100%;
 height: 100%;
 border: 0px;
 border-collapse: collapse;
 padding: 0px 0px 0px 0px;
 vertical-align: top;
}
.TopPane {
 width: 100%;
 vertical-align: top;
 text-align: left;
 background-color: transparent;
 padding: 0 6px 0 6px;
}
.LeftPane {
 width: 160px;
 vertical-align: top;
 text-align: left;
 background-color: transparent;
 padding: 6px 0px 4px 0px;
}
.ContentPane {
 vertical-align: top;
 text-align: left;
 background-color: transparent;
 padding: 0 6px 0 6px;
}
.RightPane {
 vertical-align: top;
 text-align: left;
 background-color: transparent;
 padding: 0 6px 0 0;
}
.BottomPane {
 width: 100%;
 text-align: left;
 vertical-align: top;
 background-color: transparent;
 padding: 0 6px 0 6px;
}

.MainMenu_MenuItem {
 z-index: 1000;
 cursor: pointer;
 color: #444444;
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal;
 font-style: normal;
 background-color: transparent;
 padding : 2,2,2,2
}

 

 
New Post
11/20/2006 11:15 AM
 
Wow! Thanks Sam. I'll give this a try.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Solpart hidden beneath modulesSolpart hidden beneath modules


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