Galleria全屏不在IE上工作

时间:2012-05-09 13:39:01

标签: php jquery drupal galleria

我正在使用Drupal 7和Galleria 1.2.6并且拥有全屏主题。我的画廊正在开发Firefox。但是当点击全屏图像时无法使用IE浏览器。

问题专栏:

 this.setStyle(this.get('iefix'), {

完整的代码:

  if (Galleria.IE) {
            this.addElement('iefix');
            this.appendChild('container','iefix');  
            this.setStyle(this.get('iefix'), {
                zIndex:3,
                position:'absolute',
                backgroundColor: '#000',
                opacity:.4
            })
        }

错误日志:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0)
Timestamp: Wed, 9 May 2012 13:43:16 UTC


Message: Object doesn't support this property or method
Line: 39
Char: 13
Code: 0
URI: http://mysite.com/sites/all/libraries/galleria/themes/fullscreen/galleria.fullscreen.js

我该如何解决这个问题?

1 个答案:

答案 0 :(得分:1)

似乎setStyle和IE8并没有真正运作良好。可能有解决方案there

很快就会将this.setStyle替换为Element.setStyle,但您可能需要查看galleria论坛,以确保您获得相同的版本或询问他们此问题。< / p>