Forums

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

Home Forums CSS jpeg to css

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28608
    emma
    Participant

    Hello all,

    I am having a bit of a hard time converting my photoshop design to html and css and was hoping someone could point me in the right direction. Here is my deisgn: [img]http://pukingalien.com/images/bg.jpg[/img]

    I would like the top pattern to continue all the way across the browser window. Ideally I would like to make the gray sidebar into an dynamic div and not part of the background image, but for now any kind of solution will work.

    Any help is greatly appreciated.

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

    You can always have the radial image as a background as well. Add the repeating header to the background of the css and then the gradient as the background to the body

    #73453
    emma
    Participant

    Good thinking. Thanks very much for your help!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.