【问题标题】:carouFredsel thumbnail implementation and IE7carouFredsel 缩略图实现和 IE7
【发布时间】:2012-09-18 03:56:43
【问题描述】:

我已经在 Chrome、Firefox、IE9 和 8 中实现了 carouFredSel(带有 next/prev 和 pagination 的基本示例)。由于某种原因,尽管在查看 IE7 时,在我看来插件没有正确触发。它只是显示列表下降,并没有将其放入隐藏的 oveflow 或下一个和上一个按钮将起作用的行。我在这里有什么遗漏吗?

我已经查看了几次安装,还尝试在独立页面上的 IE7 上实现它,但无法实现。同样,我已经看透了配置和自定义事件以及 ie7 开发人员工具栏。似乎该插件没有在 IE7 上设置正确的东西,因为它确实创建了类/id 的 foo2 和 iamge_carousel。有没有人可以尝试不同的 IE7,以防它是我的 IE7 VHD 上的一些设置,或者帮助我指出正确的方向?

感谢您的宝贵时间。 卡姆龙

编辑:http://www.kamsshowcase.com/stws-wp/?page_id=114

【问题讨论】:

    标签: jquery css internet-explorer-7 implementation


    【解决方案1】:

    查看源代码,您的条件注释不正确。 IE7 之间需要一个空格。

    你有:

    <!--[if lte IE7]>
    <link rel="stlesheet" type="text/css" href="http://www.kamsshowcase.com/stws-wp/wp-content/themes/stws/inc/style_ie6.css"></script<![endif]-->
    

    你需要:

    <!--[if lte IE 7]>
    <link rel="stlesheet" type="text/css" href="http://www.kamsshowcase.com/stws-wp/wp-content/themes/stws/inc/style_ie6.css"></script<![endif]-->
    

    【讨论】:

    • 谢谢。不知道我是怎么错过的。现在一切似乎都运行良好。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-04-11
    • 2012-07-13
    • 2015-06-01
    • 1970-01-01
    • 2017-11-22
    相关资源
    最近更新 更多