Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


NewZeal

7 posts

Wannabe Geek


#23668 6-Jul-2008 15:04
Send private message

I have this problem with a design I am putting together involving 2-3 column layout with coloured background.  I can get it to work in IE OK, but FF, the 'standards compliant' one will not heed the CSS instructions.

The site is at http://opengym.co.uk and the issue involves a breakage in the background colour of about 20px in height which occurs when the text in a column does not fill down as far as the other column(s).  The background colour consists of the two or three columns (when there is content in the right column). 

I've tried all the solutions I could find on the net including

body {height: 100%;}
html>body #wrapper {min-height: 100%; height: 100%;}
where you assign 100% height to the container above the wrapper container (which has the background). This (or something like it) is supposed to work in FF but I was not able to get it to.

I also spent some time changing the layout to tables, but completely lost control of it and the content started overflowing.  This is a really simple design so it should be possible using divs anyway.

The basic problem is how do you get background colour to flow down to the bottom of 2 or 3 columns in a div layout??

If anybody has a solution that would be great.  The css is here:  http://opengym.co.uk/drupal/themes/opengym/style.css and the html is below (this is a drupal template):

 <body>

<!-- Layout -->
  <div id="wrapper">
      <div id="header-region" class="clear-block"><?php //print $header; ?>
          <?php if ($logo) {
              print '<a href="?q=home" title="home"><img src="'. check_url($logo) .'" alt="'. $site_title .'" id="logo" width="310px" /></a>';
            } ?>
      </div>
      <div id="border_t">
      </div>
       <div class='leftcol'>
          <div id="sidebar-left" class="sidebar">
            <?php print $sidebar_left ?>
          </div>
      </div class='leftcol'>
       <div class='midcol <?php print $midcol_class; ?>'>
        <div id='midcol_wrapper'>
           <div class="clear"></div>
          <?php if ($breadcrumb): print $breadcrumb; endif; ?>
          <?php if($home) print $home ?>
          <?php if ($primary): print $primary; endif; ?>
          <div class="clear"></div>
          <?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>

          <?php if ($tabs): print '<div id="tabs-wrapper" class="clear-block">'; endif; ?>
          <?php if ($title): print '<h2'. ($tabs ? ' class="with-tabs"' : '') .'>'. $title .'</h2>'; endif; ?>
          <?php if ($tabs): print $tabs .'</div>'; endif; ?>

          <?php if (isset($tabs2)): print $tabs2; endif; ?>

          <?php if ($help): print $help; endif; ?>
          <?php if ($messages): print $messages; endif; ?>
          <?php if($_GET['q'] != "" && $_GET['q'] != "home") print $content ?>
          <?php print $feed_icons ?>
          <span class="clear"></span>
        </div id='midcol_wrapper'>
      </div>
      <?php if ($sidebar_right) { ?>
      <div class='rightcol'>
          <div id="sidebar-right" class="sidebar">
          <?php print $sidebar_right ?>
          </div>
      </div class='rightcol'>
      <?php } ?>
 

</div id="wrapper">
<div id="page_bottom">
 
<div class="clear"></div>
<div id="border_b">
  <div id="border_bl">
  </div>
  <div id="border_rbl">
  </div>
  <div id="border_rb">
  </div>
  <div id="border_rbr">
  </div>
   <div id="border_wbl">
  </div>
  <div id="border_wb" class="<?php print $border_wb_class; ?>">
  </div>
   <div id="border_wbr">
  </div>
  <?php if ($sidebar_right) { ?>
    <div id="border_bbl">
    </div>
    <div id="border_bb">
    </div>
    <div id="border_bbr">
    </div>
  <?php } ?>
</div id="border_b">
 <div id="footer">
    <div id="footer_left"></div>

      <?php print $footer_message ?>
      <div id="copy_footer">
      &nbsp;&nbsp;&nbsp;&nbsp;&copy; 2008 opengym.co.nz.  All rights reserved.  Design by lionel AT openshaw.uk.net
      </div>
  </div>
  <div id="page_foot"></div>
<!-- /layout -->
</div id="page_bottom">

Create new topic
NewZeal

7 posts

Wannabe Geek


#143381 6-Jul-2008 16:16
Send private message

I think I may have found a solution here:  http://www.pmob.co.uk/temp/3colfixedtest_explained.htm

Man, I can't believe this is so hard to do!!

Create new topic





News and reviews »

Air New Zealand Starts AI adoption with OpenAI
Posted 24-Jul-2025 16:00


eero Pro 7 Review
Posted 23-Jul-2025 12:07


BeeStation Plus Review
Posted 21-Jul-2025 14:21


eero Unveils New Wi-Fi 7 Products in New Zealand
Posted 21-Jul-2025 00:01


WiZ Introduces HDMI Sync Box and other Light Devices
Posted 20-Jul-2025 17:32


RedShield Enhances DDoS and Bot Attack Protection
Posted 20-Jul-2025 17:26


Seagate Ships 30TB Drives
Posted 17-Jul-2025 11:24


Oclean AirPump A10 Water Flosser Review
Posted 13-Jul-2025 11:05


Samsung Galaxy Z Fold7: Raising the Bar for Smartphones
Posted 10-Jul-2025 02:01


Samsung Galaxy Z Flip7 Brings New Edge-To-Edge FlexWindow
Posted 10-Jul-2025 02:01


Epson Launches New AM-C550Z WorkForce Enterprise printer
Posted 9-Jul-2025 18:22


Samsung Releases Smart Monitor M9
Posted 9-Jul-2025 17:46


Nearly Half of Older Kiwis Still Write their Passwords on Paper
Posted 9-Jul-2025 08:42


D-Link 4G+ Cat6 Wi-Fi 6 DWR-933M Mobile Hotspot Review
Posted 1-Jul-2025 11:34


Oppo A5 Series Launches With New Levels of Durability
Posted 30-Jun-2025 10:15



Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.