オンマウスで説明文を表示させる
CSS--------------------------------------------------
a.tooltip{
	color: #f00;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 16px;
	text-decoration: none;
}
a.tooltip:hover{
	color: #000;
	text-decoration: none;
}
a.tooltip span{
	display: none;
}
a.tooltip:hover span{
	margin-top: -2px;
	width: 200px;
	font-weight: normal;
	height: 16px;
	font-size: 11px;
	color: #000;
	display: inline;
	position: absolute;
	padding: 3px 0 3px 111px;
	background: url('img/comment.png') no-repeat;
}
* html a.tooltip span{
	behavior: expression(IEPNGFIX.fix(this));
}


HTML-------------------------------------------------
<a href="#" class="tooltip"><span>Expression</span>onMouseOver</a>


SAMPLE-----------------------------------------------
簡単設置で報酬のチャンス!!コガネモチ