Ben Logan wrote:
http://www.spotlessdesign.com/clients/businesssolve/code/products.html
I am having some problems getting the content of my page to stretch
the wrapper div in Firefox 1.5.01.
IE 6.0 works perfectly except for the fact that the footer is now
sitting outside the #wrapper when is should be inside it.
You've got a </div> too many in there, so the footer _is_ actually
outside the wrapper. Delete the "extra" </div> at the right place -
above the footer.
You also have a 'height' on #wrapper, and that prevents it from growing
in Firefox. IE/win is buggy and will expand anyway.
This little bit of CSS should do for Firefox...
#wrapper {overflow: hidden; height: auto;}
...and for Opera also - once you've gotten rid of that script-message :-)
regards
Georg
--
http://www.gunlaug.no
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************