+ -
当前位置:首页 → 问答吧 → 请问button的样式是怎么设置的?

请问button的样式是怎么设置的?

时间:2010-11-29

来源:互联网

请问button的样式是怎么设置的?

为什么这样写在IE6下显示不出图片来呢。。。。

.inupt01 {
       background-image: url(../images/dl-dl.jpg);
       margin: 0px;
       padding: 0px;
       height: 27px;
       width: 68px;
       border-top-style: none;
       border-right-style: none;
       border-bottom-style: none;
       border-left-style: none;
       cursorointer;
}

<input type="submit" name="button" id="button" value="" class="inupt01" />

作者: kevinlu   发布时间: 2010-11-29

<input type="image" src="images/dl-dl.jpg" />

作者: liuxinghonglei   发布时间: 2010-11-29