<!--把下面代码加到<head>与</head>之间-->
<style type="text/css">
img{border:0px;}
#haoetv{position:fixed!important;position:absolute;right:0;bottom:0;top:expression(offsetParent.scrollTop+offsetParent.clientHeight-150);cursor:pointer;}
#close{position:fixed!important;position:absolute;right:0;bottom:0;top:expression(offsetParent.scrollTop+offsetParent.clientHeight-149);cursor:pointer;}
</style>
</head>
<body>
<!--把下面代码加到<body>与</body>之间-->
<div id="haoetv" style="width:250px;height:150px;z-index:99;text-align:right">
<div id="close" style="z-index:999;float:right;margin:10px 10px 0 0;height:140px;">
<img src="erweima.gif" onClick="this.parentNode.parentNode.style.display='none';">
</div>
</div>