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, ...3-Panel CSS layout doesn3-Panel CSS layout doesn't work as skin
Previous
 
Next
New Post
1/16/2008 5:42 PM
 

I decided to try making a pure CSS skin for my next DNN project, but I'm running into an issue with the 3-column layout I created in VWD.

Basically, the skin looks fine if I view the HTM file through Internet Explorer or Firefox, but when I load the skin into DNN, the 3 columns (each with a content pane) just stack on top of one another instead of side-by-side.

Any advice would be appreciated! Sorry for the strange format... this FCK editor or whatever is completely going nuts trying to copy/paste... what's up with that?

My HTM (snippet):

 

<div id="innerwrap">
<div class="rightcontent" id="rightcontent" runat="server">[RIGHTPANEL]</div>
<div class="leftcontent" id="leftcontent" runat="server">[LEFTPANEL]</div>
<div class="centercontent" id="centercontent" runat="server">[CONTENTPANE]</div>
</div>

My CSS (snippet):

 

#innerwrap{
margin: 0px;
padding: 0px;
width: 1000px;
height: 100%;
background: White;
color: Black;
}

#leftcontent

{
width:199px;
height: 100%;
background:#96A0AD;
color: black;
border: 0px;
float: left;
}

#centercontent

{
height: 100%;
background:#ffffff;
color: black;
margin-left: 199px;
margin-right: 199px;
border: 0px;
voice-family: "\"}\""; /*IE5 Layout Hack*/
voice-family: inherit;
margin-left: 199px;
margin-right:199px;
}

html>body

#centercontent {
margin-left: 200px;
margin-right: 200px;
}

#rightcontent

{
width: 199px;
height: 100%;
background: #96A0AD;
color: black;
border: 0px;
float: right;
}

 
New Post
1/16/2008 6:30 PM
 

Does this happen with or without content in the panes?

If the content for the centerpane get's to wide if will flow below the left pane...

 
New Post
1/16/2008 6:36 PM
 

It's happening in completely empty content panes.

Thanks!

 
New Post
1/16/2008 6:40 PM
 

IMHO

3 column will not work with DNN. We use Dives for everything on the page, but we place the content panes in a table.

Salar

 

 
New Post
1/17/2008 10:46 AM
 

Alright, I'll abandon my "pure css" plans and fall back on the table layout for content for now. Deadlines, don't ya know.

Thanks for the help!

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...3-Panel CSS layout doesn3-Panel CSS layout doesn't work as skin


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