say,
<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>
when the CSS is disabled will the page still show the title ? if not what is the work around for this issue.