0

私は 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

どうすればこれを解決できますか?

4

1 に答える 1

1

setStyleIE8は実際にはうまく機能していないようです。そこに解決策があるかもしれません

すぐにをに置き換えることになるでしょうがthis.setStyle、フォーラムElement.setStyleをチェックしgalleriaて同じバージョンを入手したことを確認するか、この問題について質問することをお勧めします。

于 2012-05-09T13:55:30.040 に答える