Having a bit of an issue with my setup with jQuery + Cycle

http://negativespace.ca/clients/mirrorbuilder/

There are two divs that control the photos, #controller, and #prevNext
which has two href's in it that link to #next and #prev anchors like
in the demos from the Cycle website.

I am using the Cycle pager technique like this:

<script type="text/javascript">

$('#slideshow')
.before('<div id="controller">')
.cycle({
fx: 'scrollHorz',
speed: 'fast',
timeout: 0,
pager: '#controller',
next: '#next',
prev: '#prev'
});

</script>

Works fine in Safari and Firefox so far, but for whatever reason, both
of those controllers will not show up in IE6 or IE7. I am a little bit
stumped.

Reply via email to