提交按钮与在Internet Explorer 8的背景图象 [英] submit button with background image in internet explorer 8

查看:155
本文介绍了提交按钮与在Internet Explorer 8的背景图象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

此网站上,我有一个搜索表单,其提交按钮有背景图片



但是当我在IE8中查看网站时,图片不会出现。



>



有什么我可以做的说服IE8显示图像(这不会导致它在其他broswers消失)?

解决方案

看起来图像存在,但几乎看不到。尝试设置输入的高度和宽度。这使得图片对我可见:

  .searchform INPUT [type ='submit'] {
width:18px ;
height:18px;
}


On this site, I have a search form whose submit button has a background image

But when I view the site in IE8, the image doesn't appear.

Is there anything I can do to persuade IE8 to show the image (that doesn't cause it to disappear in other broswers)?

解决方案

It appears that the image is present, but barely visible. Try setting the height and width of the input. This makes the image visible for me:

.searchform INPUT[type='submit'] {
    width: 18px;
    height: 18px;
}

这篇关于提交按钮与在Internet Explorer 8的背景图象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆