Forums

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

Home Forums CSS multiple images

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #39965
    ECSTASY
    Member

    hey guys i need a lil help :s
    i tried this

    body {
    background:url(images/headerico.jpg),url(images/header.jpg);
    background-attachment:fixed,fixed;
    background-repeat:no-repeat,repeat-x;
    background-position:left top,left top;
    }

    but it doesn’t work perfectly for me :/
    it shows like this:
    http://www.solidfiles.com/d/036ef337d1/
    i want to make the logo to be shown in the black header but it doesn’t work :|
    could somebody help me to fix it? :/

    #110594
    Kitty Giraudel
    Participant

    Why don’t you make a transparent .PNG logo and sitting on top of a black background? :)

    #110620
    ECSTASY
    Member

    oh is it cause of using jpg transparent picture? :D lol what a noob guy i am :D :P

    #110622
    chrisburton
    Participant

    Yes. JPG’s can’t use transparency.

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