请将下面的源代码插入到<body>下面 <a href="toolbar.htc">请点击这里下载htc文件放在你的 网页目录中</a><html> <head> <style> .toolBar{behavior:url(toolbar.htc);} </style> </head> <body> <div align="center" class="toolBar"style="cursor:hand;position:absolute;padding-top:10px;top:10;left:5;width:70;height:70;z-index:9;"> <img src="073.gif" alt="增加文字"> </div> </body> </html>