教程开始-----------------------
1.
设计---> 添加小工具---> Html/JavaScript
2.
复制以下代码:
<style type='text/css'>
a.linkopacity img {
filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
-khtml-opacity: 0.5;}
a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0; }
</style>
<div style='display:scroll; position:fixed;top:150px; left:-12px;'>
<a class='linkopacity' href='页面网址1' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='要显示的字'><img border="0" src="图片网址1"/></a><br />
<a class='linkopacity' href='页面网址2' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='要显示的字'><img border="0" src="图片网址2" /></a><br />
<a class='linkopacity' href='页面网址3' imageanchor='1' rel='nofollow' style='margin-left: 1em; margin-right: 1em;' target='_blank' title='要显示的字'><img border="0" src="图片网址3" /></a><br />
深蓝色的字=页面按钮的位置
红色的字=你的页面网址
浅蓝的字=你要的图片网址
浅青的字=当鼠标指着页面按钮时会出现的字
教程完毕---------------
祝你们成功啊!!