The only way I know of to stop the flicker is by using a sprite technique. You just put a hover selector on the object and update the background-position attribute to bump down to the second image within the sprite.
Most people use GIF's, but that will also work with JPG's and PNG's.
Search for CSS rollover in google.
This is an example of the css code I use for an image rollover:
Code:
.image1{
background: transparent url(/images/image1.gif) repeat scroll 0 0px ;
height: 564px;
width: 553px;
}
.image1:hover{
background: transparent url(/images/image1.gif) repeat scroll 0 564px ;
}
__________________
PlanetSudoku.com
Millions of Sudoku puzzles Including Sudoku 9x9, Multi 2, Multi 4, and Samurai
Kids to Expert Level with How to Sudoku Instructions