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, ...Alignment questionAlignment question
Previous
 
Next
New Post
3/23/2006 12:13 PM
 
I've got my right pane in my skin which contains the inventua side menu and the logo controls. I need the menu to be vertically aligned to the top, while the log is vertically aligned to the bottom. I was able to acheive this by making the logo a background image in the css and aligning it to the bottom, but this isn't an option as once we start creating child portals that use this skin those portals will have a different logo. So is there anyway to have two controls in the same pane vertically align to different positions?
 
New Post
3/23/2006 12:32 PM
 

You could put in one more table with two rows and two cells inside the area you are using now and do it that way.

If it were me, I would do it the way you are doing it now though, and copy the skin to each Portal's own skin directory so they can have their own background images.


DotNetNuke Modules from Snapsis.com
 
New Post
3/23/2006 2:00 PM
 

Hello Tony, try the following....

I had it working with "Horizontal Menu - Full Width.aspx" - which is a DNN built-in skin

Cheers Olli

<TD class="rightpane" valign="top" align="center">

<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">

<tr><td align="center" valign="top" id="RightPaneTop" runat="server">&nbsp;</td></tr>

<tr><td align="center" valign="middle" id="RightPaneMiddle" runat="server">&nbsp;</td></tr>

<tr><td align="center" valign="bottom" id="RightPaneBottom" runat="server">&nbsp;</td></tr>

</table>

</TD>

 
New Post
3/27/2006 7:58 PM
 

Here's my code for the right pane, including the two new panes inside of it. For some reason when I load this ascx file to my website it goes back to using the default skin. I don't know what might be the error, and it also doesn't give me any errors that I can see,so I don't know why it won't load. Can anyone tell me why it wont load properly? It did before adding everything from the <table> to </table> all the inventua side menu stuff was places after the rightpane <td> before

 

<td runat="server" rowspan="2" style="width: 23%" class="rightpane" id="RightPane">

<table width="100%" cellpadding="0" cellspacing="0" border="0">

<tr>

<td runat="server" valign="top" align="center" id="RightTopPane" class="righttoppane>

<dnn:INVSIDEMENU id="dnnInvSideMenu"

runat="server"

RootTab="-1"

MenuHeaderCssClass="MenuHdr"

MenuHeaderHighlighterCssClass="MenuHdr"

MenuItemCssClass="MenuItem"

MenuHighlightCssClass="MenuItemMouseOver"

CurrentHeaderCssClass="currentHeaderHighlight"

CurrentItemCssClass="currentItemHighlight"

TreatTopLevelAsHeader="true"

DrawSeparator="false"

DrawTrailingHR="false"

CurrentSubTreeOnly="True" />

</td>

</tr>

<tr>

<td runat="server" valign="bottom" align="center" id="RightBottomPane" class="rightbottompane">

<dnn:LOGO id="dnnLOGO" runat="server" OnLoad="dnnLOGO_Load"></dnn:LOGO>

</td>

</tr>

</table>

</td>

 
New Post
3/28/2006 7:59 AM
 
I don't think you are supposed to have nested panes (one inside another).  Your RightTopPane and RightBottomPane are inside the RightPane.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Alignment questionAlignment question


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