Rollover Correct
This page also has an image that appears before the rollovers. But for this page, we did increment the index number for the first rollover, changing it to "1". The way the browser counts these, is that it indexes the static, non-rollover image as image "0", and the next image, the rollover, as image "1". Note that when you move the mouse over the rollover, it works properly !! Click Here to see the same Rollover done using the wrong method (where the index is not incremented as it should be).

First Image - static, non-rollover
Index = 0
Second Image - rollover
Index = 1
Always code your rollovers as follows:
