It is definitely not ok in IE8 nor IE8 running compatibility mode (effectively IE7). Don't know which version of IE you're using, but it's out of date if it renders it correctly.
Ok, so here's the deal. The layout I'm going for is that of two semicircles with the same center. One has a slightly larger radius than the other, thus the width between the two circles is smaller...
Honestly I have no idea. I got most of the star-rating code from another site, and even though they said it was a "tutorial" they didn't really explain much.
Although.... now that I think of it I...
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...
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:...
Yes there is. I forgot to mention it, but after I posted the CSS information, I changed it from "a" to "a.noStar" and "a:hover" to "a.noStar:hover, a.upStar:hover." I'll try the CSS forum, but due to...
Amazing the stars now stick uniformly (as in all are behaving correctly instead of just 2). There are only 3 problems now:
1) The hovering of the stars is completely messed up (check the site...
Oh I forgot I changed your javascript to search for A's, not LI's, so it should work. After a few more changes, now every time I try the 2nd and 4th stars will turn red and stay that way...
Ok, I've got it about as close as I ever have now. I had to wrap my <li>s in <a>s and move the "onClick" command there. When I click on some of the stars (#s 2 & 4 from my trial) the color will...
Still making some changes, so the website does not actually reflect what I previously said. I'll let you know when I've stopped and require more assistance.
Hmm... unfortunately this has only made things worse. I do believe the problem is in my CSS code now though. You see, the original way the stars were set up is that there is one image for all three...
First of all, I realized it would probably not be an extremely difficult question, I was simply hoping to get the attention of "forum-jumpers" looking for a challenge. Second, the system is actually...
Ok this oughta be a challenge even for you pro-programmers.
I'm creating a 5-star rating system. I can currently hover over the stars and they will highlight appropriately, as well as change color...
Hi,
I know there's some way to change the HTML between the tags of an element. I've used it before, I just forgot the command (I thought it was either insideHTML or internalHTML, but those don't...
Well the thing is, I checked to make sure that wouldn't be a problem before and it wasn't, but just to be sure I changed everything to "== true" (no quotes around true), and it still does not work. I...
I currently have another issue in a separate part of code. I need to make an if statement that uses javascript. Any ideas? Here's the current code. I thought your php["formname"] might be able to...
Sorry about taking so long to reply to this, I guess I just got caught up in other things, plus I stopped getting emails whenever somebody replied for some reason. Logic Ali's second method was what...
Thanks for the quick reply. I tried copying your code exactly, but still it does not work. How do you simply print something out with javascript, because then I can debug my file. I have a sinking...
That seems like it will work, but I have just a few questions.
Where is defaultValue defined?
If the function is in an external file, will "this".whatever work? I was under the impression that the...