hi,

i installed this theme to create my own template.
but if i add a border and/or background to the wrapper div:
in IE it'S like it should but in FF the border/bg stops where the container begin.

and if i add a border/background to the container div:
both IE and FF it just ends where it begins
tried height 100% with no result

any hint?

Comments

andregriffin’s picture

Assigned: Unassigned » andregriffin
Status: Active » Fixed

Will be fixed in 1.4

The Fix- add clear divs at the bottom of page.tpl like this:

        <div class="clear"></div>
      </div> <!-- /container -->
      <div class="clear"></div>
    </div>
<!-- /layout -->
physiotek’s picture

it works!
thanks!!
pht3k

andregriffin’s picture

Status: Fixed » Closed (fixed)