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

Popular posts from this blog

1111. appearing after print sequence - php -

excel - I can't get the attachement of the email PHP -

node.js - Express and Redis - If session exists for this user, don't allow access -