Tuesday, 22 January 2013

Overflow Scroll Y is not working in IE9 standards


While Working on a project I find out that the overflow-y:scroll doesn't work in IE9
for the Telerik Grid but it is working fine in all other browsers. so in order to fix it I had tried with
position:relative for both the fixed and the scrollable window but unable to succeed
Then after reading some books and googling I find out that by adding meta tags with
content specified will fix the issue.

The simple solution to this is below:
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

Just put this meta tag inside the head tag of the
.html/.cshtml(Asp.net MVC3/MVC4) /.aspx master page /.jsp file.



Just Enjoy!!!!!!!!

No comments:

Post a Comment