html 我现在有一个div的块元素,想把这个块元素做成一个按钮,请各位大神教教我
3个回答
展开全部
两种方法
第一,div块里面只有简单的几个字
<input type="button" value="div里面的文字" style="width:100px; height:30px; background:url(img)"/> ---效果跟下面“提交回答”一样
第二,div里面东西比较多
<div style="width:100px; height:30px;cursor:pointer; background:url(img)" onclick="location.href=‘网址'" onmouseover="">块的内容</div>
----说明一下:
cursor:pointer;//鼠标移动上去手型
onclick="location.href=‘网址'"//点击之后到其他网址
onclick="function x()“//提交表单
onmouseover=""//甚至鼠标移动变换背景,外观等
这种情况下的div,跟真正的button还有什么区别??
第一,div块里面只有简单的几个字
<input type="button" value="div里面的文字" style="width:100px; height:30px; background:url(img)"/> ---效果跟下面“提交回答”一样
第二,div里面东西比较多
<div style="width:100px; height:30px;cursor:pointer; background:url(img)" onclick="location.href=‘网址'" onmouseover="">块的内容</div>
----说明一下:
cursor:pointer;//鼠标移动上去手型
onclick="location.href=‘网址'"//点击之后到其他网址
onclick="function x()“//提交表单
onmouseover=""//甚至鼠标移动变换背景,外观等
这种情况下的div,跟真正的button还有什么区别??
展开全部
用css 设置样式 {width:; height:; background:url(按钮的背景图)}
追问
这样只有图片,怎么有按键的效果
追答
那就看图片设计的了
然后onclick=" 把div背景图换掉 换成点击状态的 "
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
插入个按钮 给样式就好了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询