[jQuery] Re: .css question

2008-05-20 Thread Ariel Flesler
Maybe you're moving the image but not the link. So the link stays where it was, try putting that id to the link instead. -- Ariel Flesler http://flesler.blogspot.com On 20 mayo, 07:34, Davis <[EMAIL PROTECTED]> wrote: > Hi, > > i got a simple html > > > > > > once i applied $('#xxx').css({pos

[jQuery] Re: CSS question: background color + background image with transparency

2008-03-28 Thread bmatzner
Hi Ariel, great idea, and with some additional tweaking it will work, as the background image indeed has a gradient, so I need to apply it twice, that's what I couldn't come up with by myself. test This IS additional markup, but it will work - great. Thanks for helping! And

[jQuery] Re: CSS question: background color + background image with transparency

2008-03-27 Thread Ariel
I would do something like this. (not tested at all so i dont know if this works, but it should) test On Mar 27, 2:05 pm, bmatzner <[EMAIL PROTECTED]> wrote: > Hi, > > this isn't a jQuery question by nature, but I've searched the net for > a while now for a suitable s