* fixed outer height for ie8.
This commit is contained in:
@@ -408,6 +408,7 @@ function setOuterBox()
|
||||
{
|
||||
var sideH = side.length ? (side.outerHeight() + $('#featurebar').outerHeight() + 20) : 0;
|
||||
var height = Math.max(sideH, $(window).height() - $('#header').height() - $('#footer').height() - 33);
|
||||
if(navigator.userAgent.indexOf("MSIE 8.0") >= 0) height -= 40;
|
||||
$('#wrap .outer').css('min-height', height);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user