Forum Moderators: not2easy
I'm new here, but this forum is my last chance for help. I tried searching the previous posts, but without luck.
Challenge: I need to create a background for Wordpress theme that looks like this:
<snip>
As you see it's a gradient background, but I can't create a gradient image in Photoshop and then repeat it, because the length of the page can vary.
Are here any geniuses that know the solution?
Karina
[edited by: swa66 at 9:49 am (utc) on July 23, 2009]
[edit reason] No links, please see ToS and Forum Charter [/edit]
CSS3 might have a solution, but there again: it's rather early and Microsoft decided not to play either.
I guess it could be done with javascript but I know too little to point you in the right direction.
and a warm welcome to these forums. ;)
Have you considered using background-attachment:fixed attribute?
This would keep your gradient background static as the content scrolled.
birdbrain