Forum Moderators: not2easy
<div style="position: relative; width: 600px; height: 550px">
<img src="img_1.gif" width="600" height="550"
style="position: absolute; top: 0; left: 0; z-index: 1">
<img src="img_2.gif" width="600" height="550"
style="position: absolute; top: 0; left: 0; z-index: 2">
<img src="img_3.gif" width="600" height="550"
style="position: absolute; top: 0; left: 0; z-index: 3">
<img src="img_4.gif" width="600" height="550"
style="position: absolute; top: 0; left: 0; z-index: 4">
</div> <div style="position: relative; max-width: 600px; width: 100%; height: auto">
<img src="img_1.gif"
style="position: absolute; top: 0; left: 0; z-index: 1;
width: auto; height: auto">
...
</div>