CSS 在IE6中使用背景图像提交按钮

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 在IE6中使用背景图像提交按钮相关的知识,希望对你有一定的参考价值。

input.button{
width:114px;
height:37px;
border: none;
background: transparent url(images/submit_btn.gif) no-repeat center;
overflow: hidden;
text-indent: -999px;

/* this text sorts text indent in IE6 */
font-size: 0px;
display:block;
line-height: 0px;	

}

以上是关于CSS 在IE6中使用背景图像提交按钮的主要内容,如果未能解决你的问题,请参考以下文章

CSS 提交输入按钮的自定义图像背景

如何用CSS修改提交按钮样式

提交按钮有斜面我无法摆脱

IE6下png背景不透明——张鑫旭博客读书笔记

使用css将鼠标悬停在按钮上时如何更改站点背景图像?

使用引导程序和 CSS 在背景图像上定位搜索栏和按钮