Hi, basically I have 48 images, named from image1 to image48
They are all placed in div tags like this:
<div id="image1"></div>
The coding is in the style sheet:
#image1 {
background: url('../images/the_eye_01.gif');
height: 100px;
width: 100px;
position: absolute;
left: 0px;
border: 1px...