运行代码 缩小
汉王
HTML代码
复制 格式化 注释 注释 清空
放大
x
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<HTML>
3
<HEAD>
4
<TITLE>会显示图片的按钮</TITLE>
5
<style>
6
<!--
7
//change the file path below to the image you want initially applied to the button
8
.initial{font-weight:bold;background-image:url(firstimage.jpg)}
9
//-->
10
</style>
11
<script>
12
<!--
13
if (document.images){
14
after=new Image()
15
//change the file path below to the image you want applied when the mouse moves over
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
xxxxxxxxxx
1
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
会显示图片的按钮
分类
网站常用
描述
鼠标移过按钮,按钮上会显示出图片信息,图片地址在代码里,自己改吧,可改成自己喜欢的按钮背景,按钮可以无限制增加下去,只要你有足够的链接可以跳转。
收藏