[jQuery] Re: Fading a background image

2007-12-05 Thread jonhobbs
Thanks pete, that's exactly what I've done. On Dec 5, 1:34 pm, "pete higgins" <[EMAIL PROTECTED]> wrote: > One way would be to put two block elements in a third that has > position:relative and the children each have position:absolute; top:0; > left:0; and the one with text has a higher zIndex.

[jQuery] Re: Fading a background image

2007-12-05 Thread pete higgins
One way would be to put two block elements in a third that has position:relative and the children each have position:absolute; top:0; left:0; and the one with text has a higher zIndex. Fade out the "underlay", leaving the content? On Dec 4, 2007 5:25 PM, jonhobbs <[EMAIL PROTECTED]> wrote: > > H