Hello everyone,
I just purchased a vB license and have been messing around with the various settings.
I can't seem to get one thing to display properly though.
How do I set it so that the main table's height is stretched to 100%?
I believe the CSS class assigned to the main table is 'page' by default - I didn't change anything major with the CSS yet other than various colors/sizes/fonts.
I know a typical way to do something like this is to set body, html {height: 100%;'} and also set the height of the "wrapper" or "container" element (in this case, 'page'?) to 100% as well. This isn't working though.
I used the AdminCP to use external stylesheets, downloaded the stylesheet, inserted the aforementioned height references to body, html, page, and uploaded the modified stylesheet back. Didn't work.
Is there some way to do this?
Basically the effect I want is something like this site:
so that the footer is flush with the bottom of the page.
I just purchased a vB license and have been messing around with the various settings.
I can't seem to get one thing to display properly though.
How do I set it so that the main table's height is stretched to 100%?
I believe the CSS class assigned to the main table is 'page' by default - I didn't change anything major with the CSS yet other than various colors/sizes/fonts.
I know a typical way to do something like this is to set body, html {height: 100%;'} and also set the height of the "wrapper" or "container" element (in this case, 'page'?) to 100% as well. This isn't working though.
I used the AdminCP to use external stylesheets, downloaded the stylesheet, inserted the aforementioned height references to body, html, page, and uploaded the modified stylesheet back. Didn't work.
Is there some way to do this?
Basically the effect I want is something like this site:
so that the footer is flush with the bottom of the page.
Comment