简体   繁体   中英

Coda Slider not working in IE 7 javascript error

Hi there I have coda slider working fine in Chrome , FF , IE 9 , but in IE 6-8 its does not work the javascript debugger say that line line of code:

$container.css('width', $panels[0].offsetWidth * $panels.length);

its says:

Unable to get value of the property 'offsetWidth': object is null or undefined

Any helpl with this would be great thanks

尝试用externalWidth() (jQuery方法)代替offsetWidth。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM