开发者

'max-height' and horizontal scrollbars causing IE8 to go into Compatibility Mode (ASP.NET)

I'm using ASP.NET to have a panel that can expand downwards to a certain point, at which point the user can scroll within the panel, both vertically and horizontally (horizontally because one GridView has a lot of columns which would be impossible to display without horizontal scrollbars in the panel/div)

Problem is, if I set the panel (asp:Panel control) that holds the GridView to have Scrollbars="Both", and have a max-height set on the panel, IE8 refreshes into compatibility mode. If I remo开发者_如何学Cve the max height, or have only vertical scrollbars, it works fine. Any workarounds for this?

Thanks


Use an X-UA-compatible meta-tag to tell IE8 to render your page in standards mode:

<meta http-equiv="X-UA-Compatible" content="IE=8" >
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜