【发布时间】:2011-03-07 20:04:44
【问题描述】:
我在 CSS 中为所有浏览器设置了一个提交按钮的样式,它在除 ie7 之外的所有浏览器中都能正常工作 当我单击提交按钮时,它会稍微移到顶部。它使它看起来变形。 我为 ie 使用了特定的 css。
这是我使用的代码:
.button
{
width : 80px;
background : none;
cursor : pointer;
font-family : 'voltaeftu-regular',Times New Roman;
font-size : 16px;
color : #fff;
border : none;
margin : 0px;
padding : 0px;
}
【问题讨论】: