首页 > 开发 > CSS > 正文

关于如何去掉submit按钮背景阴影的解决方法

2024-07-11 08:36:39
字体:
来源:转载
供稿:网友

css 控制submit加载背景图片做提交按钮


<style type=”text/css”>
<!–
.button1{font-size:12px;cursor:hand;width: 58px;height: 21px;background-color: #ffffff;background-image: url(images/baby/denglu_button.jpg);background-repeat: repeat;background-attachment: scroll;background-position: center;border: 0 solid #000000;text-align: center;padding-top: 3px;}
–>
</style>
<form>
<input class=”button1″ type=”submit” name=”loginsubmit” value=” “/>
</form>

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表