background-attachment: fixed;
を入れていると表示しないことが判明。
(cssルール定義の「背景」→「添付」を空欄にすればOK)
ずっと気づかなかった・・・。
DWに慣れすぎてしまったか・・・。
.ta_1 {
font-family: "MS P明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
font-size: 16px;
color: #000000;
text-decoration: underline;
background-image: url(../html/image/aaa_text.gif);
background-position: left 3px;
font-style: normal;
line-height: normal;
text-transform: uppercase;
font-weight: bold;
font-variant: normal;
text-indent: 1.2em;
}
忘れないようにメモメモです〜。