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?