Simple solution: <a href="URL path to external link" title="Mouseover Description"> <img src="image1.gif" onmouseover="this.src='image2.gif'" onmouseout="this.src='image1.gif'" style="width...
4 Answers · Computers & Internet · 19/07/2011
Go to this site: http://userscripts.org/scripts/show/18945 and click on "install this script", gray button in the upper right hand corner. If you still have questions or problems your best bet would be to use their forum.
1 Answers · Computers & Internet · 23/02/2008
Once you calculate the sum, you added the "$" to the number. When you trigger the next function you try to multiply 1 * $ and that results as NaN, not a number. If you don't add the $ then everything should work fine. - Dominic
1 Answers · Computers & Internet · 10/12/2011
You set #links to be 120px wide, and thus the <li>s are displayed vertically because there isn't enough space to put them next to each other. http://jsfiddle.net/khrismuc/SvxmR/
1 Answers · Computers & Internet · 25/08/2013