Forums

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

Home Forums CSS Image overlay

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36732
    treckstar
    Member

    Hey everyone,

    Right now I have an image that is being displayed as a header for my site. It is being displayed using css.

    #header-group {
    background: url(../images/header.png) no-repeat top center;
    width: 978px;
    height: 115px;
    }

    What I would like to do is place another image “png” overtop of this background – having this image pushed to the right 312px and from the top 45 px.

    I have been playing around with this forever and cannot find the best way to use this image. Does anyone have insight for me?

    Thank you.

    #122665
    treckstar
    Member

    Sorry I never replied, I ended up figuring it out later that day. Your example looks similar to what I did though.. thanks!

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