2013-12-07, 07:03 PM
2013-12-07, 07:56 PM
And what's the point of it? Your #content has already maximal height, so setting min-height to any percentage won't change anything.
2013-12-07, 07:59 PM
Thanks D666 the thing is that sometimes when there is not enough content the page looks like creepy not full for instance: http://letsforum.com/misc.php?action=help&hid=1
There is like a portion of website missing and the background show looks terrible
There is like a portion of website missing and the background show looks terrible
2013-12-07, 08:12 PM
Well, #content has nothing to do with it.
You need to follow this reply: http://stackoverflow.com/questions/67377...es#tab-top
So give <html> and <body> height: 100%; and then apply min-height: 100%; to #container.
Or something more complex like this: http://peterned.home.xs4all.nl/examples/csslayout1.html
You need to follow this reply: http://stackoverflow.com/questions/67377...es#tab-top
So give <html> and <body> height: 100%; and then apply min-height: 100%; to #container.
Or something more complex like this: http://peterned.home.xs4all.nl/examples/csslayout1.html
2013-12-07, 08:14 PM
D666 thanks very much buddy.
2013-12-25, 06:40 PM
Can anybody check me please, because this is the only way it works?????
I have renamed body to html, body.
I use this code to set minimum height.
html,
body
height: 100%;
#container
height: 100%;
#content
min-height: 55%;
This is the only way to make it work, do you see something that can cause some issues to other functions?
I have renamed body to html, body.
I use this code to set minimum height.
html,
body
height: 100%;
#container
height: 100%;
#content
min-height: 55%;
This is the only way to make it work, do you see something that can cause some issues to other functions?