HTML5 Slideshow Support Product Page

Answered

Show Not Loading in IE 8

Asked 03 Aug 2010 22:06:16
1
has this question
03 Aug 2010 22:06:16 Mike Hicks posted:
Hey Guys - just did my first slideshow. It didn't load....so I re-did it a second time. Same results. So I decided to see if it was a browser problem....the slidehow loaded and ran properly in both Firefox and Chrome but I get the loading graphic and then nada! After some investigation, IE gives this error

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET CLR 1.1.4322; .NET4.0C; MSSDMC2.5.2219.1)
Timestamp: Tue, 3 Aug 2010 18:57:20 UTC


Message: Object doesn't support this property or method
Line: 12
Char: 12949
Code: 0
URI: www.darcellexv.com/ScriptLibrary/jquery-latest.pack.js

What do you think is the problem?

Promoted Answers

Replied 06 Aug 2010 22:00:05
I am posting the fix that Miroslav worked out - changing the DOC type didn't work (by itself), although I did leave the DOCTYPE set at transitional........the slideshow did start to work after I made the change below:

Find in your page code following:

description:{position:""},

(Must be right after the slideshow markup in a script tag )

And substitute it to:

description:{show:"always"},





Edited by - Mike Hicks on 06 Aug 2010  22:18:43

Replies

Replied 04 Aug 2010 10:50:47
04 Aug 2010 10:50:47 Miroslav Zografski replied:
Hello Mike,

Can you provide a link to the page in question?

Regards,
Replied 04 Aug 2010 21:41:00
04 Aug 2010 21:41:00 Mike Hicks replied:
On its way
Replied 05 Aug 2010 10:08:40
05 Aug 2010 10:08:40 Miroslav Zografski replied:
Hello Mike,

You are using DOCTYPE Strict.
Please, try out with DOCTYPE Transitional.

Regards,
Replied 06 Aug 2010 22:00:05
06 Aug 2010 22:00:05 Mike Hicks replied:
I am posting the fix that Miroslav worked out - changing the DOC type didn't work (by itself), although I did leave the DOCTYPE set at transitional........the slideshow did start to work after I made the change below:

Find in your page code following:

description:{position:""},

(Must be right after the slideshow markup in a script tag )

And substitute it to:

description:{show:"always"},





Edited by - Mike Hicks on 06 Aug 2010  22:18:43

Reply to this topic