Thanks for the reply. No, javascript is certainly enabled. I’m looking at it again, can only select up to 4 stars…the cursor doesn’t line up with the stars and can’t click 5 stars. And Chrome is still not showing stars – just ||||||
BTW, I am looking at the code:
<span id="s1" onclick="starSelection(this.id);"onmouseout="outStar(this.id);"onmouseover="overStar(this.id);">☆</span>
<span id="s2" onclick="starSelection(this.id);"onmouseout="outStar(this.id);"onmouseover="overStar(this.id);">☆</span>
<span id="s3" onclick="starSelection(this.id);"onmouseout="outStar(this.id);"onmouseover="overStar(this.id);">☆</span>
<span id="s4" onclick="starSelection(this.id);"onmouseout="outStar(this.id);"onmouseover="overStar(this.id);">☆</span>
<span id="s5" onclick="starSelection(this.id);"onmouseout="outStar(this.id);"onmouseover="overStar(this.id);">☆</span>
<
Shouldn’t that be ☆ (semi-colon) ?
I tried adding the semi-colon to see if that would fix it, but same result.
If it’s just my computer, ok, but if you have any advice on how to troubleshoot it would be appreciated.