Page 1 of 1

formbuilder problem in IE6 & lower [new topic started]

Posted: Fri Aug 24, 2007 3:25 pm
by biliousfrog
check out the form on this page...

http://www.learnwithgo.co.uk/index.php?page=contact

it sits perfectly in firefox & IE7 but in IE6 & lower it push's all of the content below the search box. So I end up with a blank page & then the form about 800px down, it's also pushing out the right side of the template a bit.

Any ideas? It uses the same CSS as the rest of the site, I can't work out what the problem is.

Re: formbuilder problem in IE6 & lower

Posted: Fri Aug 24, 2007 3:39 pm
by Nullig
You could try changing this:

Code: Select all

div#content {
   color: #666666;
   margin-left: 180px;
   margin-right: 210px;
   width: 354px; /* minus 6px due to ie6 */
}
to this:

Code: Select all

div#content {
   color: #666666;
   margin-left: 180px;
   margin-right: 210px;
   height: 1%;
}
Nullig

Re: formbuilder problem in IE6 & lower

Posted: Sat Aug 25, 2007 6:08 pm
by biliousfrog
no, didn't work but thanks for the response

[EDIT]

It's not just a formbuilder problem as news content is doing it too:

http://www.learnwithgo.co.uk/index.php? ... eturnid=15