button 字体垂直居中的方法

  要让<input type="button" />中的文字垂直居中,可有两种办法:

  1:CSS设定样式

  <style type="text/css">

    input.btn_normal{border:1px; background:lightblue; font-size:12px; color:red; padding-bottom:0px; padding-top:3px; cursor:pointer}

  </style>

 

  <input type="button" class="btn_normal" value="确定" />

  利用CSS的padding来使文字垂直居中,首先padding-bottom设置位0,而padding-top则根据实际情况进行设置,肯定会有一个恰当的值会使得文字恰好

垂直居中。

 

  2:插入背景图片

  相比于上面的方法,本方法更为常用:先设计好背景图片,包含按钮中要显示的文字,然后将其设置为按钮的背景图片即可。

  <input type="button" value="确定" style="background:url('/img/1.gif')" />

  

转载于:https://www.cnblogs.com/pricks/archive/2009/12/10/1621048.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值