I am trying to use height property using percentages, but it doesn\'t work. I want to use percentage so it looks fine in any resolution.
Apply 100% height on your parent element
100%
HTML code-
HTML
CSS Part-
CSS
html, body { height: 100%; width: 100%; margin: 0;background: #3c3c3c }
Working Fiddle - http://jsfiddle.net/SEafD/1/