formbuilder problem in IE6 & lower [new topic started]

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
biliousfrog

formbuilder problem in IE6 & lower [new topic started]

Post 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.
Last edited by biliousfrog on Sun Aug 26, 2007 11:40 am, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: formbuilder problem in IE6 & lower

Post 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
biliousfrog

Re: formbuilder problem in IE6 & lower

Post 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
Last edited by biliousfrog on Sun Aug 26, 2007 11:32 am, edited 1 time in total.
Locked

Return to “Layout and Design (CSS & HTML)”