Wednesday 4 September 2013

IE 8 Div/span/popup/HTML content section is not visible

Problem:

IE-8 Div/span/popup/HTMLcontent section is not visible 

Solution :

This issue usually occurs because the HTML content you are preparing is not correctly nested.

Please insure that each and every TAG which is open should be closed correctly and also nested properly,otherwise your content is not visible.

Regarding Firefox/Chrome these browsers are smart enough to handle these situations. They can nest the DOM by their own if its not properly nested. 


No comments:

Post a Comment

Spring boot with CORS

CORS (Cross-Origin Resource Sharing) errors occur when a web application running in a browser requests a resource from a different domain or...