CSS max-height not working,but height for same div is working
问题 In my external css file, #slider { width:1200px; height:800px; margin:0 auto; } works, but #slider { max-width:1200px; max-height:800px; margin:0 auto; } does not. It gives 0 height. I am on latest chrome browser. What am I doing wrong? Also -webkit-calc(100% - 100px) or calc(100% - 100px) doesnt work. I am guessing none of css2/css3 properties are working. This html file I am using is a part of a complex html with many css and javascript includes. Is css2 being blocked or something in some