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, ...Maximizing Container Width?Maximizing Container Width?
Previous
 
Next
New Post
11/6/2006 10:01 AM
 

I have had this issue for a number of years, but I never knew how to fix it. If I have 2 modules in the right pane and one is slightly wider than the other, the skinnier container does not match the width of the larger one.

Right Pane (width: 170px)
_________________
Module 1

_________________

_________________________
Module 2


_________________________

Skin CSS
.RightPane{
 width:170px;
 vertical-align: top;
 text-align: left;
 background-color: transparent;
 padding: 0 6px 0 0;
}

 

Container html
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="ContainerMain">
 <tr>
  <td>
   <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
     <td>
      <table border="0" width="100%" cellpadding="0" cellspacing="0">
       <tr>
        
       <td width="6"><img src="images/container_black_01.gif" width="6" height="28" alt="" /></td>
        <td width="15" background="images/Black_UpperCenter.gif">[ACTIONS]</td>
        <td nowrap background="images/Black_UpperCenter.gif">&nbsp;[TITLE]</td>
        <td width="10" background="images/Black_UpperCenter.gif">[VISIBILITY]</td>
        
       <td width="6"><img src="images/container_black_03.gif" width="6" height="28" alt="" /></td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td>
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
        <td nowrap width="6" background="images/container_black_04.gif"></td>
        <td id="ContentPane" runat="server" align="center"></td>
        <td nowrap width="6" background="images/container_black_06.gif"></td>
       </tr>
      </table>
     </td>
    </tr>
    <tr>
     <td>
      <table border="0" cellpadding="0" cellspacing="0" width="100%">
       <tr>
        <td width="23" background="images/container_black_07.gif" align="right" valign="top">[PRINTMODULE]</td>
        <td background="images/Black_LowerCenter.gif">&nbsp;</td>
        
       <td width="6"><img src="images/container_black_09.gif" width="6" height="20" alt="" /></td>
       </tr>
      </table>
     </td>
    </tr>
   </table>
  </td>
 </tr>
</table>

 
New Post
11/6/2006 7:47 PM
 

What styling does the ContainerMain class in the container.css file have?

 

 
New Post
11/7/2006 11:30 AM
 

.ContainerMain{
 padding: 6px 0 0 0;
}

 

 
New Post
11/7/2006 12:04 PM
 

I'd use this:
.ContainerMain{
 width: 100%;
 padding: 6px 0 0 0;
}

 
New Post
11/7/2006 1:26 PM
 
Thanks, but it did not change. I still have one bigger than the other.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Maximizing Container Width?Maximizing Container Width?


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