Forum Moderators: not2easy
This is the style sheet code to the image. There are 7 image slices with different positions.
img#rose1 {
position: absolute;
top: 10px;
left: 540px;
height: 140px;
width: 236px;
border: none;
float: left;
clear: left;
z-index: 1;
}
This is the HTML, again, 7 times:
<img id="rose1" src="URL">
<img id="rose2" src="URL">
I removed the URLs to stay in compliance with the forums, but will be glad to E mail them.
<update>
I just checked the site, and sure enough you do - it's all about floating. If yer having troubles, can you make the background color of the image transparent, therefore bypassing the z-index necessity?