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, ...Absolute & relative css positioning and the action menuAbsolute & relative css positioning and the action menu
Previous
 
Next
New Post
9/17/2007 5:22 PM
 

Just a question about absolute CSS positioning of content panes and the placement of the module action menu.

I use CSS for positioning in my skins, but when I use any kind of CSS positioning (absolute or relative) on a div I want to put a module into, the action menu on modules gets bumped way down the page. 

Using the opposing float method, there's no issues, but as soon as I tell any content pane div to be absolutely positioned 20 px from the left or 10 px from the top of a wrapper div or otherwise, the action menu flies off.

I'm using the House of Nuke menu and the XHTML Transitional 1.0 Doctype and confirmed the doctype by looking at the page info in Firefox.  The issue occurs in both IE and Firefox, so browser compatibility issues are out of the question, right?

Have you ever run across this?  I'm sure it can't be something nobody has ever dealt with before...

 

Here's an example of the HTML:

 

 

And the styles:

#mainbody
{
 position:relative;
    width: 100%;
}
#menu
{
 position:absolute;
 top:0px;
 left:0px;
    width: 180px;
}
#sidebar
{
 position:absolute;
 top:0px;
 left:190px;   
 width: 210px;
}
#content
{
 position:absolute;
 top:0px;
 left:410px;
    width: 490px; 
}

 

Any suggestions besides the obvious "just use the opposing float method", would be amazing.  I have elements that need to overlap so the opposing float method doesn't work all the time. 

Thanks in advance!

-Dustin.

 
New Post
9/23/2007 6:44 PM
 

This seems to be a problem for the dropdown not a problem with your code.

It has been logged in the bug tracker, for now you could use dorpdownactions (looks less nice, but it works better)

 
New Post
9/25/2007 1:16 AM
 

Thanks for the reply and the suggestion.  I'll give that a shot and post what happens.

Thanks again!

-Dustin.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Absolute & relative css positioning and the action menuAbsolute & relative css positioning and the action menu


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