【问题标题】:Fancybox 2 visible navigation arrowsFancybox 2 可见的导航箭头
【发布时间】:2012-01-30 01:18:03
【问题描述】:

Fancybox 2.0 是否可以始终保持图片库导航箭头可见?而不仅仅是在悬停时可见。

【问题讨论】:

    标签: jquery navigation fancybox image-gallery


    【解决方案1】:

    对于fancybox v2.x,您可以使用这些CSS 内联声明(在您链接到jquery.fancybox.css 文件之后):

    <style type="text/css">
     .fancybox-next span {
      left: auto;
      right: 20px;
     }
     .fancybox-prev span {
      left: 20px;
     }
    </style>
    

    更新(2012 年 7 月 12 日):因为 Fancybox v2.0.6+ 只需要添加这个 css 声明来代替

    .fancybox-nav span {
     visibility: visible;
    }
    

    【讨论】:

      【解决方案2】:
      #fancybox-left-ico {
          left: 10px !important;
      }
      #fancybox-right-ico {
          left: auto !important;
          right: 10px !important;
      }
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2012-04-07
        • 2013-04-08
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多