Hi

I am having a custom theme based on zen didn't do much changes but a few ones here and there
am using the collapseblock feature with jstools and am using invite and guestbook
on the write to others guestbook the form comes below the left sidebar and the right bar comes below the form and the same for the check invite page also for the invite module

any suggestions why in IE 6 this happens in firefox it is fine
and also my screen resolution is 1024x768

thnx

Comments

frizilla@drupal.org’s picture

solved it

got help from http://drupal.org/node/110550

had to just change the following code

div id="main" class="column"><div id="squeeze">

to
div id="main" class="column"><div id="squeeze" class="clear-block">

yoroy’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)