I have a couple of web pages with css’. When I open the index page in chrome and firefox, there is no error. However when I open in internet explorer, one division will be invisible.
Although I see that division in source code, when I open it by the developer tools in ie, I can not see it there. What can be the error?
I have a couple of web pages with css’. When I open the index
Share
Does your web page have a DTD ? Do you still have the problem if your DTD is XHTML strict ?
IE is well known to be wildly off the standards for compatibility reasons to support pages written in the mesozoic era of IE4 and IE5 when MS thought they would rule the web over the W3C. To make sure IE is more respectful of the standards, use this DTD and there should be little cross browser issues between MSHTML, Gecko and Webkit browsers.