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

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -