Fadeout a tiled background image in load using JQuery

Posted by user346602 on Stack Overflow See other posts from Stack Overflow or by user346602
Published on 2010-06-16T19:26:17Z Indexed on 2010/06/16 19:42 UTC
Read the original article Hit count: 225

Filed under:
|
|
|
|

Hi,

I've used JQuery in the past to fade divs in and out successfully. However, I have encountered a situation I can't quite wrap my head around:

I am coding a site for a designer who has based the formatting of all the elements on a grid pattern he's created. As he wants the pattern elements to be the same size independent of the browser window, I think I can only do this via a repeating background tiled image in CSS.

Now he wants the background pattern (only) to come in dark and fade to very light, while not effecting any of the other elements.

Am I right in thinking it's impossible to call a tiled background pattern using a CSS selector?

Does anyone have any suggestions of a workaround to this problem?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about background-image