Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS jpeg to css Re: jpeg to css

#73368
noahgelman
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;}