いう、
<a href="#somelink" id="someID" onclick="searchValue();" class="someClass" title="My Search">
</a>
<style>
someClass{
background: url("someimage.png") no-repeat scroll 0 0 transparent;
border: 0 none;
cursor: pointer;
float: right;
height: 27px;
padding-left: 5px;
width: 27px;
}
</style>
CSS が無効になっている場合、ページは引き続きタイトルを表示しますか? そうでない場合、この問題の回避策は何ですか。