I have version 1.1 installed.
What I would like to have is that, when there is not enought content on a page, the footer stretches to the bottom of the page. That way the page is alwyas filled 100%.
But I am not able to get this done in CSS. I tried all kinds of solutions where the majority of solutions talks about adding a height property to the body.
It just doesn't work. Is there anyone who has a working solution for me?
problem with CSS to stretch the footer
problem with CSS to stretch the footer
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
Re: problem with CSS to stretch the footer
Not unless it's an image...
CSS...
html{background: url(uploads/images/someimage.gif) no-repeat bottom 50%}
CSS...
html{background: url(uploads/images/someimage.gif) no-repeat bottom 50%}
Re: problem with CSS to stretch the footer
No, it like this:
{global_content name='footer'}
Is there perhaps some javascript that can take care of this ?
{global_content name='footer'}
Is there perhaps some javascript that can take care of this ?
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
Re: problem with CSS to stretch the footer
A link?...
div#footer {position:absolute; bottom:0px; left:50%; and whatever other styles}
But you cant have any borders around the content/body like default installs because it jumps out of whatever it's in...
Demo...
http://multiintech.com/CMSMSDemo/index. ... -foot.html
div#footer {position:absolute; bottom:0px; left:50%; and whatever other styles}
But you cant have any borders around the content/body like default installs because it jumps out of whatever it's in...
Demo...
http://multiintech.com/CMSMSDemo/index. ... -foot.html
Re: problem with CSS to stretch the footer
I found this link, that tells that the footer is either at the bottom of the screen or at the bottom of the page.
http://www.themaninblue.com/experiment/footerStickAlt/
Ronny
http://www.themaninblue.com/experiment/footerStickAlt/
Ronny
Re: problem with CSS to stretch the footer
It's not that I want my footer to stick to the bottom of the page. I want my footer to fill any possible white space under the footer if that occurs on certain pages. The main paosition has to be directly inder the content.
Here is a page: http://www.vienalis.nl/index.php?page=v ... j-vienalis
Here is a page: http://www.vienalis.nl/index.php?page=v ... j-vienalis
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.
Re: problem with CSS to stretch the footer
Rodeto,
what "white" do you mean, I see the footer being down, because of the sidebar with text. What do you exactly mean, can you post an image of the behaviour you see and what you want.
BTW I'm looking in IE6 now, this evening I'll be back and then have IE7 and FF.
Ronny
what "white" do you mean, I see the footer being down, because of the sidebar with text. What do you exactly mean, can you post an image of the behaviour you see and what you want.
BTW I'm looking in IE6 now, this evening I'll be back and then have IE7 and FF.
Ronny
Re: problem with CSS to stretch the footer
Perhaps I have my screen resolution set too big
here is photo1 on how it is now http://www.vienalis.nl/photo1.jpg
and photo 2 as how I would like to have it http://www.vienalis.nl/photo2.jpg

here is photo1 on how it is now http://www.vienalis.nl/photo1.jpg
and photo 2 as how I would like to have it http://www.vienalis.nl/photo2.jpg
________________________________
Je gaat het pas zien als je het doorhebt.
Je gaat het pas zien als je het doorhebt.