Re: [jQuery] Re: Change style of Div with fade

2009-11-13 Thread Dharshini Nathan
unsubscribe On Fri, Nov 13, 2009 at 11:12 AM, Dan wrote: > That is very cool. But it still does not do what I need. > > I need just the background to change -- not the entire child element, > the content in the box must not change or fade -in/out. > > Thanks. > > Dan > > On Nov 13, 9:11 am, Karl

[jQuery] Re: Change style of Div with fade

2009-11-13 Thread Dan
That is very cool. But it still does not do what I need. I need just the background to change -- not the entire child element, the content in the box must not change or fade -in/out. Thanks. Dan On Nov 13, 9:11 am, Karl Swedberg wrote: > In that case, I'd use something like the Cycle > plugin

Re: [jQuery] Re: Change style of Div with fade

2009-11-13 Thread Karl Swedberg
In that case, I'd use something like the Cycle plugin. http://malsup.com/jquery/cycle/ This works on a set of multiple sibling elements, so it isn't exactly what you're looking for. But if you have a single element that you want to achieve this effect on, I'd do this: 1. wrap the element in

[jQuery] Re: Change style of Div with fade

2009-11-13 Thread Dan
Thank you Karl but ... I have seen this article, it does not explain how to do what I want. I need the background to change and loop without a user doing anything. Also I need to use a fade. I have done a lot of searching and haven't found anything. It seems that it is possible, and possibly eve