n1concepts Posted August 30, 2012 Share Posted August 30, 2012 Hi, Is there a way to stretch a web page content (either in a table or divs) the full height of the page? Note: I not the 'width=100%' tag will but the 'height' is not stretching on either div or table tags when entered. For example: Say I have three sets of data that is to be displayed dataset1 dataset2 dataset3 I am trying to configure the web page to make three columns and have all three fill the entire web page. However, as soon as a 4th or more entries made, the web page will adjust for those entries. Note: I know if the row uneven, it will leave a blank space and that's fine - I just need the height to stretch (dynamically) like the width. Q: anyone have any suggestions on how to make this happen with CSS or other methods for a php file? Quote Link to comment Share on other sites More sharing options...
Mahngiel Posted August 30, 2012 Share Posted August 30, 2012 min-height or faux columns are the only ways to to manipulate / illusion height in a browser. Quote Link to comment Share on other sites More sharing options...
n1concepts Posted August 30, 2012 Author Share Posted August 30, 2012 No, I figured it out.... Thx anyway for response. Problem solved. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.