无法在IE工作 [英] Not working in I.E.

查看:79
本文介绍了无法在IE工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我正在使用背景图像作为输入按钮.以下是我正在使用的样式.

Hi all

I am using background image for input button. The following is the style that I am using.

#sellButton input { width:51px; height:52px; background:url(images/sell-home.png) no-repeat 0 0; outline: 0; border:none; }
#sellButton input:hover { width:51px; height:52px; background:url(images/sell-home-o.png) no-repeat 0 0; }
#rentBuyButton input {width:89px; height:52px; background:url(images/rent-buy-home.png) no-repeat 0 0; outline: 0; border:none; }
#rentBuyButton input:hover {width:89px; height:52px; background:url(images/rent-buy-home-o.png) no-repeat 0 0; }



它正在Mozilla中运行,Chrome ButtonImage.PNG

但在I.E中不起作用:o ButtonImageInIE.PNG

如何解决此问题?
请提出

谢谢



It is working in Mozilla,Chrome ButtonImage.PNG

But not working in I.E :o ButtonImageInIE.PNG

How can I fix this problem ?
Please suggest

Thanks

推荐答案

哪个IE?

我想要更多用于样式按钮的类"(您可以重复使用)

尝试

which IE ?

i''d like more "class" used to style buttons (you can re-use it)

try

.your_class{background: transparent url("your_path.png");}


这篇关于无法在IE工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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