Scrap what I said in my last thread about CSS.
I got a new problem (lol).
My main content is overlapping the bottom bar.
Ive tried:
height: 100%;
height: auto;
Or could it be something else?
Printable View
Scrap what I said in my last thread about CSS.
I got a new problem (lol).
My main content is overlapping the bottom bar.
Ive tried:
height: 100%;
height: auto;
Or could it be something else?
:S It works in IE but not FF :S
I need my bottom bar to expand but at the moment its only going to a certain high if i set that certain height. If I set it to auto then it goes to the small content boxes instead of the large one. I don't want to set it to a cetain height as i want it to expand depending on how big the content is.
This is the bit were I set the height of the middle content:
Quote:
#content
{
background: #ffffff;
margin-top: 0px;
width: 964px;
margin: auto;
height: auto;
i think its because ie makes things transparent where as ff dosent
Any idea how to fix it :S?