> i'm trying to create a "news ticker" using the cycle plugin.
> everything works really well, but i run into some trouble -
> first, i want to use the pager to show which article is on and how
> many there are, but i want it on the right side or at the bottom of
> the div containing the item. i couldn't find a simple way to go about
> it yet, other then styling it in a fashion i'm trying to avoid. would
> be much easier if there was a way to render the pager code elsewhere
> on the page (other then ".before" the main div). is there?


The pager can be whereever you want it to be.  Many of my examples use
".before", but that doesn't mean you have to.    Here's an example
that doesn't use before:

http://www.malsup.com/jquery/cycle/pager4.html



> second, i want the transitions to pause when the mouse is over the
> "news div". i've tried using this code, to no avail (it pauses, but
> does not resume):
> <div id="s4" class="pics" onMouseOver="javascript:$
> ('#s4').cycle('pause');" onMousOut="javascript:$
> ('#s4').cycle('resume');">


You have a typo: onMousOut.  But if s4 is your slideshow you should
just use Cycle's "pause" option instead.  See item #4 on this page:

http://www.malsup.com/jquery/cycle/begin.html

Mike

Reply via email to