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.
formbuilder problem in IE6 & lower [new topic started]
formbuilder problem in IE6 & lower [new topic started]
Last edited by biliousfrog on Sun Aug 26, 2007 11:40 am, edited 1 time in total.
Re: formbuilder problem in IE6 & lower
You could try changing this:
to this:
Nullig
Code: Select all
div#content {
color: #666666;
margin-left: 180px;
margin-right: 210px;
width: 354px; /* minus 6px due to ie6 */
}
Code: Select all
div#content {
color: #666666;
margin-left: 180px;
margin-right: 210px;
height: 1%;
}
Re: formbuilder problem in IE6 & lower
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
[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.