So heres my problem. I have a site I'm designing for a realator. I have an image of a house. And a sold image, which is diagonal across top left and transparent everywhere else. Heres the two options I'm considering.
1. Set the house to the background-image of a div with a width and height of the house image, put the actual sold image inside the div.
2. Using position:relative on the first image, and position:relative -img_width on the second image so it shows up in the same spot as the first. Then ajust the z index of both images so they show up in the correct order.
I'm not good with CSS and neither of these options are as "clean" as I would like, anyone else have another idea?
1. Set the house to the background-image of a div with a width and height of the house image, put the actual sold image inside the div.
2. Using position:relative on the first image, and position:relative -img_width on the second image so it shows up in the same spot as the first. Then ajust the z index of both images so they show up in the correct order.
I'm not good with CSS and neither of these options are as "clean" as I would like, anyone else have another idea?