Click to See Complete Forum and Search --> : a:hover issues... kinda


jcubed
01-18-2009, 01:49 PM
Hi I've been working on a 5-star rating system for a feedback form found at www.jcubedtech.com/feedback.html. I was working in the javascript forum (check out the thread here: http://www.webdeveloper.com/forum/showthread.php?p=969913), but now my issue has become one of CSS. My five-star system is having issues after a star is clicked (the best way to see these issues is to go to the site above, but I'll attempt to describe them here). When a user clicks one of the stars to "save" their rating, it changes color, as I wanted. Unfortunately, if they decide to change their answer to a lower rating, the stars do not change appropriately. Also, when hovering over stars after a rating has been saved, the hovering system stops working correctly.
I strongly recommend viewing both the old forum post and the website above to get a better understanding of my problem (and to see the appropriate javascript & CSS code). If you do go to the site, I am only working with the first set of 5 stars, so you can ignore the other two sets on that site.

Any help is much appreciated.

jcubed
01-18-2009, 02:28 PM
Just found out, to fully see what I mean you should be in Firefox (I'm using 3, haven't checked 2). In IE7 the hovering is still just as messed up as Firefox, but the user can change their rating from 5 to 2, etc.

jcubed
01-19-2009, 03:37 PM
bump