Is it possible to overlay an image over an image in html/css/php?

Discussion in 'HTML & Website Design' started by RickBurns, Oct 9, 2009.

  1. #1
    Hello,

    I'm trying to overlay an image over an image and having a REALLY hard time. All solutions I find distort the image to the point where the text is barely readable. I know it's possible This site has "Featured" on the top left corner of the album art work.

    Any clue how they are doing it? Any help would be greatly appreciated.
    Cheers,
    Rick
     
    RickBurns, Oct 9, 2009 IP
  2. mydreams.success@gmail.co

    mydreams.success@gmail.co Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hey Just do one thing, If if you are using table view then make the table position property "Absolute" or if you are using DIV then also do the same. Then put the image inside that and then you will be able to put that image any where you want.
     
  3. RickBurns

    RickBurns Peon

    Messages:
    185
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Wow. Sounds easier than I thought. Is there any way to have it transparent? Assuming i'm using a .png?
     
    RickBurns, Oct 9, 2009 IP
  4. mydreams.success@gmail.co

    mydreams.success@gmail.co Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    just crop your image in photoshop using lasco tool and after cutting that image put it on a another blank image and then delete the background and save as .png. Then where ever you will put that image it will automatically take the background accordingly