i have two spans:
<span id="top" ><img src="top.png" /></span>
<span id="bottom" ><img src="bottom.png" /></span>
how can i have it where:
- The top image overlaps over the bottom image
- Make sure the top images shows up in front of the bottom image) (instead of behind it)
- make sure that alignment is consistent across browsers
@ooo; you can give
position:relativeto your span becausez-indexworks only onposition absolute & relativeright like this:css:
html: