Hi BGarner,
The following code was already implemented:
html, body {
height: 100%;
}
And I have also removed the height tag but when I removed it, in FF, the background does not show up at all.
I tried implementing your code:
#project_management_frame {
background:
#fff url(images/interface/bg.gif) repeat-y;
width: 960px;
height:
101%;
margin: 0;
padding: 0;
}
And that didn't change anything. I still have the same problem.
I understand my
css isn't very clean. I am in the process of learning to use tableless tags so my
css is a work in progress.
Do you or anyone else here have another solution to fixing the problem?
When you view the site in FF (
http://www.vertabase.com/test/css_help.html) do you see the extra vertical space I'm referring to?
Thanks all for any help.
cheers,
Chi.