皮肤问题 Telerik 控制
我在 DNN 中的 asp.net 3.5 页面上遇到一些 Telerik 控件的样式问题。这些控件在 Chrome 和 Firefox 中可以正确设置皮肤,但在 IE(甚至 v9)中则不能。
站点上的 1 个 radGrid 和 1 个 RadlistBox 会发生这种情况,但所有其他 rad 控件(包括其他 radgrids 样式)均正确。
我一直在使用开发工具比较 html 和计算样式,似乎在 IE 中没有/并非所有样式都来自 WebResource.axd。
截图对比如下;
[![Chrome][1]][1]
[![IE][2]][2]
一直在绕这个圈子。如果需要更多信息/代码,请告诉我。谢谢 [1]: https://i.sstatic.net/kIoDA.png [2]: https://i.sstatic.net/j29gL.png
I am having styling issues with some telerik controls on an asp.net 3.5 page in DNN. The controls skin correctly in Chrome and Firefox but not in IE (even v9).
This happens for 1 radGrid and 1 RadlistBox on the site but all other rad controls including other radgrids style correctly.
I've been comparing the html and computed styles using dev tools and it seems that in IE none/not all of the styles are coming through from WebResource.axd.
Screenshot comparisons below;
[![Chrome][1]][1]
[![IE][2]][2]
Been going round in circles with this. Let me know if more info/code needed. Thanks
[1]: https://i.sstatic.net/kIoDA.png
[2]: https://i.sstatic.net/j29gL.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您遇到了 IE 中的 CSS 限制?请参阅http://blogs.telerik.com/blogs/posts/ 10-05-03/internet_explorer_css_limits.aspx 了解更多详细信息。
Perhaps you are hitting the CSS limit in IE? See http://blogs.telerik.com/blogs/posts/10-05-03/internet_explorer_css_limits.aspx for more details.