本文介绍了Nivo Slider字幕在IE7,8中透明的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
由于某些原因,Nivo滑块的标题在Internet Explorer 7和8中无法正常工作.文本显示出来(我可以突出显示它),但是它看起来是完全透明的.
For some reason, Nivo slider's captions aren't working properly in Internet Explorer 7 and 8. The text shows up (I can highlight it), but it appears to be entirely transparent.
URL: http://www.weblinxinc.com/beta/sssa/index. htm
我尝试过的任何方法都无法修复它.
Nothing I've tried has fixed it.
推荐答案
在nivo-slider.css文件中,您有alpha(opacity=8)
表示.nivo-caption
,您想要alpha(opacity=80)
In your nivo-slider.css file, you have alpha(opacity=8)
for .nivo-caption
,you want alpha(opacity=80)
这篇关于Nivo Slider字幕在IE7,8中透明的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!