私はIE6で上と左を調整するのに本当に問題があります.残りのすべてのブラウザではうまく機能しています.
私はこのCSSを持っています:
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
height: 590px;
left: 50px;
line-height: normal;
overflow: hidden;
position: relative;
text-align: left;
top: -42px;
width: 760px;
z-index: 0;
編集
この上部と左側は、次のように javascript から取得します。
function()
{H(a,{left:0,top:0});g=a.getBoundingClientRect();H(a,{left:"50px",top:"-42px"})}
コードを配置するためのcssファイルがないため、トップとハイトを変更してもIE6ではトリガーされません。私は何もしていないようです。
IE6は上下を扱えないのかな?どうすればこれを修正できますか?