[jQuery] Re: missing background-image

2009-09-13 Thread Macsig
You are the man!!! it works just fine Thanks and have a good 1 On Sep 13, 9:24 am, Andi23 wrote: > I think that $(this) may not work in that context. > > See if this works: > $('.panel').each(function(){ >     $(this).css(/*set CSS here*/); > > > > });

[jQuery] Re: missing background-image

2009-09-13 Thread Andi23
I think that $(this) may not work in that context. See if this works: $('.panel').each(function(){ $(this).css(/*set CSS here*/); });

[jQuery] Re: missing background-image

2009-09-12 Thread Macsig
http://localhost:3000/images/sub/undefined.png but I don't understand why. Thanks On Sep 12, 11:19 pm, Scott Haneda wrote: > Look at the network panel in firebugs or activity monitor in Safari.   > See what URL is being requested for the images. You can then see where   > there error in your p

[jQuery] Re: missing background-image

2009-09-12 Thread Scott Haneda
Look at the network panel in firebugs or activity monitor in Safari. See what URL is being requested for the images. You can then see where there error in your path is. -- Scott Iphone says hello. On Sep 12, 2009, at 11:10 PM, macsig wrote: Hello guys, I have a series of divs (all with