为什么ContentPlaceHolder内容不能在IE9下显示?

时间:2011-10-06 07:25:09

标签: asp.net internet-explorer-9 contentplaceholder

我正在开发一个小型的ASP.NET项目,只是碰壁了。在项目的中间,我开始在不同浏览器上测试网页,并检测到ContentPlaceHolderMasterPage的内容未在IE9下显示。

当我点击兼容性视图按钮时,它确实显示了,但这不是我的问题的解决方案。

我在其他浏览器中没有这个问题。

您可以自行查看:http://webservice2.gls-hungary.com/NotificationService/

2 个答案:

答案 0 :(得分:0)

这应该可以解决您的问题

 #containerDiv{clear:both;float:left;display:block;}

答案 1 :(得分:0)

这是一个CSS问题,而不是asp.net问题。我尝试了一些css的东西,它与这个有关。

<div style="z-index: 3; position: absolute; padding-bottom: 20px; background-color: white; padding-left: 20px; width: 760px; bottom: 10px; padding-right: 20px; padding-top: 20px; left: 2px;">

例如删除宽度并查看结果...我的建议是使用相对位置和浮点数:左;定位你的表格。我不会对绝对定位有信心为你提供这个问题的解决方案