, , , . , , , CSS. : , .
http://jsfiddle.net/py4gs/14/
/ CSS , display: table*. , , .
, , . :
body {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
Fiddle: http://jsfiddle.net/py4gs/12/
, . , , .
, , , , . CSS- CSS CSS IE. , , .
, . , , , (, $(document).ready()), :
$(document).ready(function() {
var heights = $('row').map(function(row) { return $(row).height(); });
$('row').each(function(i, el) {
$(el).height(heights[i]);
});
});
-jquery-. , . , , . , YouTube , iframe 100% , , 200px. , CSS , ( ), .