Need to display two images over each other

Discussion in 'HTML & Website Design' started by celt, Feb 26, 2007.

  1. #1
    I'm looking for a way to display one transparent image in front of another. Any ideas?
     
    celt, Feb 26, 2007 IP
  2. Rio38

    Rio38 Peon

    Messages:
    334
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you looking to do this in a table via HTML? You could accomplish this quickly in Photoshop and just add one graphic to your page.
     
    Rio38, Feb 26, 2007 IP
  3. celt

    celt Peon

    Messages:
    123
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm looking to do this in html, because the underlying image will change per page
     
    celt, Feb 26, 2007 IP
  4. MattD

    MattD Peon

    Messages:
    161
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Just use CSS to set the position to be relative or absolute, and then just set the left/top values accordingly.
     
    MattD, Feb 26, 2007 IP
  5. celt

    celt Peon

    Messages:
    123
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Ah, that works, thanks.
     
    celt, Feb 26, 2007 IP