Forum Moderators: not2easy
In IE the background covers the hole content of the page (eg "The rabbit is white" has the background) but in FF the background stops when the "float-div" is rendered. I know it's because of the float and if I give "container" a height it should work in both browsers but I can't do that since I don't know the height of all pages. I want the height to depend on the content and should not be fixed.
Is there a hack to that?