我在我的 Magento 网站主页上添加了横幅滑块。它在除 Internet Explorer 之外的所有浏览器中都能完美运行。
所以,请提出任何想法。
如果你有 Jquery Slider 不能在 IE 7 和 IE 8 中工作。
然后您必须应用以下代码。
getSkinUrl(); ?>css/yourCSS" type="text/css" />
<!--[if IE]>
<style type="text/css">
.timer { display: none !important; }
div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; }
</style>
<![endif]-->
<script type="text/javascript">
var jQuery = jQuery.noConflict();
jQuery(window).load(function() {
jQuery('#featured').orbit();
});
</script>