css - CSSStyleDeclaration differences in IE and Chrome -
i looking cssstyledeclaration in both ie 11 on w7 , latest chrome. markup this:
<div style="padding:5px;min-height:70%">
the problem in chrome doesn't have min-height ie shows correctly. can please explain why , if that's how works way of reliable checking height/width being specified in style?
thanks
try this:
<div style="display:block;padding:5px;min-height:70%">
Comments
Post a Comment