В основном, когда я увеличиваю текст, это портит мое форматирование.Похоже, что увеличение масштаба текста отличается от увеличения в желтом поле.
Может кто-нибудь сказать мне, почему это происходит?
Ниже приведен пример кода:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
.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;
}
This is sample text. This is sample text. This is sample text.
This is sample text. This is sample text. This is sample text.
This is sample text. This is sample text. This is sample text.
This is sample text. This is sample text. This is sample text.
This is sample text. This is sample text.
This is sample text. This is sample text.
This is sample text.
This is sample text.
This is sample text. This is sample text. This is sample text.
This is sample text. This is sample text. This is sample text.
Примечание: желтые линии должны оставаться по обе стороны от слова sample.