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, ...Need assistance on adding a paneNeed assistance on adding a pane
Previous
 
Next
New Post
4/17/2013 4:04 PM
 

                              Content Pane
-----------------------------------------------------------------
Left Pane              Center Pane             Right Pane
---------------           ------------------           ---------------
                              Bottom pane
-----------------------------------------------------------------
                     
                              Footer panes
-----------------------------------------------------------------


There is white space off to the side of all the panes.  I'm trying to add 2 fixed or static panes to the left and right.  What is the easiest way to do so?

 
New Post
4/18/2013 1:22 AM
 

HI MACGRUBER

To make a Static pane to Left or Right, Use the CSS property Absolute and position it accordingly like

.leftPane{ position: absolute; left:0px;

It will create one static pane.

If this does not answers your query let me know.

Mohit Bhayana
Mindfire Solutions
www.mindfiresolutions.com

 
New Post
4/18/2013 2:51 PM
 

I would suggest using float instead:

<div class="ContentPane" />
<div class="row clearfix">
    <div class="LeftPane" />
    <div class="CenterPane" />
    <div class="RightPane" />
</div>
<div class="BottomPane" />

Then in your CSS do something like this:

.LeftPane { float: left; margin-right: 2%; width: 23%; }
.CenterPane { float: left; width: 50%; }
.RightPane { float: right; margin-left: 2%; width: 23%; }
.clearfix:after { clear: both; content: ""; display: block; height: 0; visibility: hidden; }

 
New Post
4/19/2013 6:36 PM
 
Thanks to you both. I was under the impression there was a way to do this all in the acsx file. I guess that's not how things work.
 
New Post
4/22/2013 11:12 AM
 

This kind of depends on whether you're using tables or CSS for layout.  If tables, it can be done all in the .ascx file.  But that's not really the most adaptable method (but then, neither are static pane sizes...).

Jeff

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Need assistance on adding a paneNeed assistance on adding a pane


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