Looking at the code, it is not an image, but stored in a div, so i guess that they are using innerHTML to access it. If you wanted to show it as an image, you;ve just have to build 0-9 as seperate images with a decimal point and then for 123.45 you would have :
<img src="one.gif"><img src="two.gif"><img src="three.gif"><img src="decimalPoint.gif"><img src="four.gif"><img src="five.gif">
If you name all the images, you'll be able to do some changes very quickly to them as standard rollovers.
|