QUOTE(IamShipon1988 @ Jan 5 2008, 02:00 AM)

I was thinking for a second, wait he didn't make this; Nick did. Then I noticed the first link you posted. You really shouldn't steal any content without his permission. He will get angry, and trust me, you don't want him angry...lol. Anyways...what BEZZ said is exactly what I was trying to show with the CSS portion of my previous post. You can either do that with JS or CSS. Many would prefer using CSS because it's easier and a lot better than JS. What you have to also note is that many browsers now grants the user the option to disable JS on their computer. However, CSS cannot be disabled (as of now).
Your example isn't the same as mine. Yours uses 2 graphics, one when the mouse is not over the image, and another one when it is over the image. This creates the problem that the browser has to load the mouse over image seperately when it is moused over the first time, causing a delay. My example uses masking, and moves the image up when moused over, no extra loading on the fly needed.