[jQuery] Re: jQuery cycle plugin pager not working in FF and Safari

2009-07-01 Thread Mike Alsup

 I am having an odd error where the pager generates links but they
 don't change the slide in FF and Safari. The biggest surprise of all
 is that it actually works in IE.

 Here is the page I am referring to:http://76.12.208.222/


Try this:

#slideshowPage { position: relative: z-index: 100; }



[jQuery] Re: jQuery cycle plugin pager not working in FF and Safari

2009-07-01 Thread Jason

Thanks! Problem solved. It is always the simple things. I appreciate
the help.

On Jul 1, 8:54 am, Mike Alsup mal...@gmail.com wrote:
  I am having an odd error where the pager generates links but they
  don't change the slide in FF and Safari. The biggest surprise of all
  is that it actually works in IE.

  Here is the page I am referring to:http://76.12.208.222/

 Try this:

 #slideshowPage { position: relative: z-index: 100; }