Uhm, if I want a section to have a min-height of let's say 500, then how do I write so the content doesn't break out but to make the section get longer. Get what I mean?
Here's my site: http://voxorn.com/iphone5thoughts/
Codepen: http://codepen.io/danielpox/pen/mbKLv
I might have gotten your request wrong, but isn't just using the min-height: 500px; the solution? Or were you asking for something more? :)
I want it to have the same padding/margin at the bottom
I think I understand what you mean ... Want a space X which has a certain height, and when that space is filled, to automatically boost!?
If yes, then the solution is "min-height" (the exact words of LIMEX)
http://www.w3schools.com/cssref/pr_dim_min-height.asp
http://www.w3schools.com/cssref/tryit.asp?filename=trycss_dim_min-height
Thank you! I needed to change some JS in the PHP file :). From: "...').style.height = ..." To: "...').style.minHeight = ..."
Thank you :P
Uhm, if I want a section to have a min-height of let's say 500, then how do I write so the content doesn't break out but to make the section get longer. Get what I mean?
Here's my site: http://voxorn.com/iphone5thoughts/
Codepen: http://codepen.io/danielpox/pen/mbKLv
I might have gotten your request wrong, but isn't just using the min-height: 500px; the solution? Or were you asking for something more? :)
I want it to have the same padding/margin at the bottom
I think I understand what you mean ... Want a space X which has a certain height, and when that space is filled, to automatically boost!?
If yes, then the solution is "min-height" (the exact words of LIMEX)
http://www.w3schools.com/cssref/pr_dim_min-height.asp
http://www.w3schools.com/cssref/tryit.asp?filename=trycss_dim_min-height
Thank you! I needed to change some JS in the PHP file :). From: "...').style.height = ..." To: "...').style.minHeight = ..."
Thank you :P