Forums

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

Home Forums CSS background-image and another image

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

    Hi all,

    Let’s say i have already a bg.jpg as background-image
    and i would like that the image will repeat but not with a #color,
    i would like it to repeat with a little image that i’ve created, can i manage both of them?
    i tried to play with it, but it seems like i could only put just one of them in the same time.

    Any suggestions?

    #47596
    chrisburton
    Participant
    #47507
    intodesign
    Participant

    Well.. in this css there is bunch of things..
    i think i need a shorter and simple code, if anyone can tell me how can i fix it from my code:

    body
    {
    background:url(bg.jpg);
    background-repeat:no-repeat;
    background-position:top;
    background-color:#06385b;

    }

    So as you can see the bg.jpg is my main background – (this one no-repeat)
    After that i would like the bg2.jpg (my second image to repeat)

    ?

    #47460
    intodesign
    Participant

    Ah, ok that’s the syntax i was needed…
    thank you.

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