I'm using a tableless css outerlayout, and am having a bit of trouble getting my footer to appear where I want it.
url removed (updating)
(please ignore the yellow and blue backgrounds - they are just there to help me see the page divs, and are not part of the finished design).
As you can see, the footer is slipping in below the innerlayout, instead of where I want it, which funnily enough is at the foot of the page!
Basic layout is as follows:
<div header> </div>
<div main>
<div sidebarleft></div>
<div middle> </div>
<div sidebarright> </div>
</div>
<div footer> </div>
sidebars have absolute positioning to allow middle to be fluid.
The middle div floats left
I had assumed that the longest sidebar - the left - would define the height of the main div, and the footer - positioned after the main div closes - would be pushed down this far.
Any ideas?
This is a css rather than strict Act question, but there dosen't appear to be a better forum (on these boards) to post, as its not really 'any other business'.
I wonder if its worth having a seperate html/css forum?
What do you think?
url removed (updating)
(please ignore the yellow and blue backgrounds - they are just there to help me see the page divs, and are not part of the finished design).
As you can see, the footer is slipping in below the innerlayout, instead of where I want it, which funnily enough is at the foot of the page!
Basic layout is as follows:
<div header> </div>
<div main>
<div sidebarleft></div>
<div middle> </div>
<div sidebarright> </div>
</div>
<div footer> </div>
sidebars have absolute positioning to allow middle to be fluid.
The middle div floats left
I had assumed that the longest sidebar - the left - would define the height of the main div, and the footer - positioned after the main div closes - would be pushed down this far.
Any ideas?
This is a css rather than strict Act question, but there dosen't appear to be a better forum (on these boards) to post, as its not really 'any other business'.
I wonder if its worth having a seperate html/css forum?
What do you think?
Comment