Did you fix this error? It is happening to me because of other jquery plugins on the page which sucks.
On May 14, 11:11 am, hubbs <[EMAIL PROTECTED]> wrote: > I am using thecycleallplugin, and I am wanting to make the site > work in IE6. Of course it works in every other browser. But IE6 it > does not work at all, and I get the "object doesn't support this > property or method"error, for the following code: > > $(function() { > // run the code in the markup! > $('#s4').before('<div id="nav" class="nav">').cycle({ > fx: 'fade', > speed: '2000', > timeout: 7000, > pager: '#nav', > pause: 1 > }); > > }); > > Why would IE6 be throwing anerror? And what would be causingcycle > all to not work at all?