Closed (duplicate)
Project:
SpreadFirefox
Version:
master
Component:
Stylesheets
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Feb 2005 at 08:06 UTC
Updated:
24 Feb 2005 at 23:28 UTC
Greetings!
Since I am not a technical person I was not sure if this was similar to "positioning issue with avatars' hence I have submitted a seperate bug.
All the nodes appear fine, except the nodes which are wide i.e have multiple colums. e.g Admin page also. Since I was working on a live site I didn't check further.
The sidebars appear at the right positions but the entire node content sinks to the bottom leaving only the title at the top with a big white space in between.
I am desperate for using this theme, and hence I will request you to please guide me in this matter. I will be highly obliged.
Comments
Comment #1
kbahey commentedI have seen this (or something similar to it) happen in MS IE 6, when the browser window is narrowed beyond a certain point. The area between the right and left sidebars go blank, and all the content in the middle is "squeezed to the bottom" (think of how a ketchup or mayo bottle would be sequeezed, and you get the idea).
I can't reproduce it right now though.
Comment #2
(not verified) commentedI am having the same problem in both IE 6 and Firefox. When you try to create content, everything is pushed to the bottom of the page. You can see an example at http://www.fortunesupport.com.
Any help would be appreciated.
Thanks.
Comment #3
mediamotor commentedFor the record, this issue is not being reproduced when viewing fortunesupport.com with Firefox 1.0 or Safari 1.2.4 on Mac OS X (v.10.3.8).
Comment #4
(not verified) commentedIf you visit fortunesupport.com and click on create content you will see what I am talking about. You have to then scroll to the bottom of the page to enter the content. No problem though, I am going to swith to Mambo, much easier to use anyway.
Comment #5
carlmcdade commentedIt looks like the form element is outside of the container div. I'll take a look at this.
Comment #6
TDobes commentedThis is a result of the fact that, in drupal.css, there is a rule:
The node submission form is inside two div's with those names, so it gets the clear:both; rule applied to it, causing it to appear below the sidebars. Because it's a problem with clears, this is a duplicate of http://drupal.org/node/17844.