1
Duke_Henry
<div> question regarding newbb module placement
  • 2005/6/17 18:28

  • Duke_Henry

  • Just popping in

  • Posts: 37

  • Since: 2004/7/30


So I have been looking at some css themes such as StudioC's latest offering, and have noticed that in that theme the forums module <div> always sits below the lowest block item on the side due to its positioning.

I have noticed that other modules, such as NEWS do not seem to have this problem, because they do not opening <div> tags before starting content.

For example, the news module just gets right down to throwing out information, whereas the newbb module uses opening <div>'s of:

<div id="index_welcome">
and
<div class="title">

Which move the module down below where I want them.

I basically want the newbb module to sit as high as possible, regardless of the height of the left/right blocks...

Ideas?

2
Duke_Henry
Re: question regarding newbb module placement
  • 2005/6/17 18:32

  • Duke_Henry

  • Just popping in

  • Posts: 37

  • Since: 2004/7/30


One way that I found to make it look decent, is to add this to change the overall welcome_index div.

Originally,

div#index_welcome{
margin: 10px;
margin-bottom: 10px;
clear: both;
}

Now:

div#index_welcome{
position: relative;
top: -200px;
margin: 10px;
margin-bottom: 10px;
clear: both;
}

---------------------------------------
However, the problem is that this will have to be changed once the base block set is decided upon, and really is a sloppy fix that I just don't like.

Login

Who's Online

141 user(s) are online (76 user(s) are browsing Support Forums)


Members: 0


Guests: 141


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits