Home › Forums › CSS › jpeg to css › Re: jpeg to css
April 2, 2010 at 1:28 pm
#73368
Participant
What you could do is take a section of the top pattern, where if it were repeated horizontally, the pattern would still line up and apply it to the body like this:
Code:
body: { background: url(top-pattern.png) top left repeat-x;}