0

私は小さな ASP.NET プロジェクトに取り組んでいて、壁にぶつかっただけです。プロジェクトの途中で、さまざまなブラウザーで Web ページのテストを開始し、IE9 でのコンテンツが表示されないことContentPlaceHolderを検出しました。MasterPage

互換表示ボタンを押すと表示されましたが、これは私の問題の解決策ではありません。

他のブラウザではこの問題はありません。

自分で確認できます: http://webservice2.gls-hungary.com/NotificationService/

4

2 に答える 2

0

これで問題が解決するはずです

 #containerDiv{clear:both;float:left;display:block;}
于 2011-10-06T08:58:56.533 に答える
0

It's a css problem, not an asp.net problem. I've tried a few css things and it has something to do with this one

<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;">

for instance delete the width and see the result... My advise is to use relative position and float:left; to position your form. I'm not to confident with absolute positioning to present you a solution to this problem

于 2011-10-06T09:47:17.287 に答える