[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-27 Thread Erik R. Peterson
Auuugh! This is so frustrating.. I can't get this to work. Erik On Jun 26, 2009, at 9:16 PM, Charlie wrote: take a look at this demo http://malsup.com/jquery/cycle/goto2.html would this work better for you? Change the inputs to a ul and insert your images? Add functions to change

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Charlie
look through the examples some more, there's quite a few of them with image rollovers. Then look through the options API and see how to customize them to do almost whatever you are needing http://www.malsup.com/jquery/cycle/pager6.html Erik R. Peterson wrote: Is it possible to use image

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
I'm confused. these are images from the slides being used in the Cycle. What if I wanted to use GIF's that are not related to the images? Would something like this work in the CSS? #nav a {width:27px; height:27px; padding: 10px 10px 10px 10px; margin: 0px 0px 0px 10px;background:

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Charlie
I did one similar to what you are trying to do using looped slider . I wanted the pagination images , which were different than the slide images, to do a hover type effect of highlighting the active one. I put an image directly into the a tag and the corresponding off image in background.

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
Could you take a look at my page? http://www.enaturalskin.com Erik On Jun 26, 2009, at 6:31 PM, Charlie wrote: I did one similar to what you are trying to do using looped slider . I wanted the pagination images , which were different than the slide images, to do a hover type effect of

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Charlie
take a look at this demo http://malsup.com/jquery/cycle/goto2.html would this work better for you? Change the inputs to a ul and insert your images? Add functions to change class on active image if you want to do any css to active pager image. I'm pretty sure you can use options "before" and

[jQuery] Re: Cycle Plugin Help - Image Anchors

2009-06-26 Thread Erik R. Peterson
Thank you... Your suggestion... Will it remove the numbers? Erik On Jun 26, 2009, at 9:16 PM, Charlie wrote: take a look at this demo http://malsup.com/jquery/cycle/goto2.html would this work better for you? Change the inputs to a ul and insert your images? Add functions to change

[jQuery] Re: Cycle plugin help

2009-06-10 Thread Charlie
have you looked at the "even more advanced demos" on cycle site? If ever there was a plugin with a large variety of examples Cycle is it! You could at least find some examples that come close to what you want and be more specific about what it is you are trying to do by referencing them. Look

[jQuery] Re: Cycle plugin help

2009-06-10 Thread Mike Alsup
Hi! I found this wonderfull plugin,http://www.malsup.com/jquery/cycle/int2.html I want to built something like pager, in the link. I built it, but now I'd like to change something: i don't want a progressive numeration, but Id' like to define a different text or image customized, and not

[jQuery] Re: Cycle Plugin help request (IE6/7 issue)

2007-12-17 Thread Priest, James (NIH/NIEHS) [C]
I'd check your CSS. I had to define the image size for the container holding my images in my CSS: .pics { height: 320px; width: 450px; padding: 0; margin: 0; } From his site: CSS Rules! When building your slideshows, remember that animation effects work best

[jQuery] Re: Cycle Plugin help request (IE6/7 issue)

2007-12-17 Thread Joseph Morris
I am out of the office today, Monday 12/16/2007. I will be back in the office Tuesday 12/17/2007. If you need to reach me due to an emergency, please call my mobile at 770.367.8401. Thanks, Joe

[jQuery] Re: Cycle Plugin help request (IE6/7 issue)

2007-12-17 Thread Joseph Morris
I am out of the office today, Monday 12/16/2007. I will be back in the office Tuesday 12/17/2007. If you need to reach me due to an emergency, please call my mobile at 770.367.8401. Thanks, Joe

[jQuery] Re: Cycle Plugin help request (IE6/7 issue)

2007-12-17 Thread objective
Problem solved, folks. Mike pointed out in an email that I had a trailing comma in my js that was strangling IE. And now we know! On Dec 17, 9:35 am, objective [EMAIL PROTECTED] wrote: Yeah... I did that also. #slideshow { /* container positioned in relation to the containing header div */

[jQuery] Re: Cycle plugin help

2007-10-24 Thread Mike Alsup
Jason, The easiest way to achieve this is probably adding another div: div id=partners style=width:300px div id=slideshow img src=foo.jpg width=145 height=72 / img src=bar.jpg width=145 height=72 / /div /div And then style it like this: #slideshow { width: 145px; height: 72px;

[jQuery] Re: Cycle plugin help

2007-10-24 Thread Jason
Thank you for the reply. That's how I have it setup now but the scrolling image disappears at the edge of the inner div. I'd like for it to scroll off the page so-to-speak. Maybe there is another javascript widget that would fulfill that's better suited for this scenario? On Oct 24, 5:32 am,

[jQuery] Re: Cycle plugin help

2007-10-24 Thread Mike Alsup
On 10/24/07, Jason [EMAIL PROTECTED] wrote: Thank you for the reply. That's how I have it setup now but the scrolling image disappears at the edge of the inner div. I'd like for it to scroll off the page so-to-speak. I see what you want now. Here's a way to do it with a custom