html代码 怎么在插入的图片里用代码写上注册

来源:百度知道 编辑:UC知道 时间:2024/09/23 10:40:35

你变换个思路
把图片放成文字的背景图 就可以实现了啊

类似于这样的css代码

.long-button {
background-image: url(../images/sys/button_long.gif);
BACKGROUND-REPEAT: no-repeat;
BORDER-LEFT-WIDTH: 0px;
BORDER-TOP-WIDTH: 0px;
BORDER-BOTTOM-WIDTH: 0px;
border-right-width: 0px;
COLOR: #715817;
cursor:pointer;
width: 95px;
height: 20px;
}