基本的に、私がテキストを拡大すると、私のフォーメーションが崩れる。テキストズームは、黄色のボックスズームとは異なる速度でズームするようです。ie8のzoomは、テキストを展開するのとは異なる比率でdivを展開しますか?
これはなぜ起こっているのですか?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"/>
<meta http-equiv="Expires" content="-1"/>
<style>
.highlightLine
{
filter: alpha(opacity=50);
opacity: 0.5;
background-color: #e8e800;
position: absolute;
z-index: 1;
-moz-user-select: none;
}
.clickAbleTable
{
border-width: 0px;
border-collapse: collapse;
position: relative;
}
.zeroAll
{
padding: 0px;
margin: 0px;
border: 0px;
}
</style>
</head>
<body class="zeroAll">
<DIV style="POSITION: absolute; FONT-SIZE: 100%" id=container name="container" class="zeroAll">
<TABLE style="WIDTH: 100%" class="clickAbleTable zeroAll">
<TBODY class="zeroAll">
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. This is sample text. This is sample text. </PRE></TD></TR>
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. This is sample text. This is sample text. </PRE></TD></TR>
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. This is sample text. This is sample text. </PRE></TD></TR>
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. This is sample text. This is sample text. </PRE></TD></TR>
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. This is sample text. </PRE></TD></TR>
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. This is sample text. </PRE></TD></TR>
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. </PRE></TD></TR>
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. </PRE></TD></TR>
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. This is sample text. This is sample text. </PRE></TD></TR>
<TR class="zeroAll">
<TD class="zeroAll"><PRE class="zeroAll">This is sample text. This is sample text. This is sample text. </PRE></TD></TR>
</TBODY>
</TABLE>
<DIV style="WIDTH: 10px; DISPLAY: block; HEIGHT: 100%; TOP: 0px; LEFT: 140px" id=colMark_80_4 class=highlightLine>
</DIV>
<DIV style="WIDTH: 10px; DISPLAY: block; HEIGHT: 100%; TOP: 0px; LEFT: 5.55%" id=colMark_80_5 class=highlightLine>
</DIV>
</DIV>
</body>
</html>
注:
は、以下のサンプルコードで黄色の線は、ワードサンプルのいずれかの側に滞在する必要があります。
Grae
ズームアルゴリズムは駄目です。あなたは本当にそれを修正することはできません。 –
テキストはどのようにしてサイズが倍になりませんか? –
@Diodeus私はie8モードがie7モードよりも優れていることに気付いたが、それでもやっかいだ。 –