View Single Post
  #4 (permalink)  
Old Mar 15th, 2007, 22:27
EthanCote EthanCote is offline
New Member
Join Date: Mar 2007
Location: Montreal
Age: 28
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Background height problem in FireFox but work in IE

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.
Reply With Quote