更新时间:2023-07-21 08:27:08
大家好,我是小环,我来为大家解答以上问题。按钮制作图的步骤,按钮制作很多人还不知道,现在让我们一起来看看吧!
1、
1、楼上的是一个方法.
2、另个方法是给按钮加个css样式,在样式里定义宽,高,背景图等,这方法效果上会有鼠标按下时效果,也可以随时更改按钮的名称.
3、至于连接到数据库就要写程序了.这就看你用什么语言了.
4、如:
5、.input{width:188px;height:18px;color:#363636;background:url(../images/text.jpg) repeat-x 0 0}
6、----------------------------
7、<input type="button" value="提交" class="input">
8、或者直接
9、<input type="button" value="提交" style="width:188px;height:18px;color:#000;background:url(../images/text.jpg) repeat-x 0 0">
本文到此讲解完毕了,希望对大家有帮助。