Hi, I am having an issue with the radio button values (1 to 5) appearing over the star rating images and I am not sure why? I've looked through the code and examples etc, but cannot see any reason why they would show up on my pages, but not on the demo pages?
Example of my code... <input name="star1" type="radio" class="star" value="1" disabled="disabled" /> <input name="star1" type="radio" class="star" value="2" disabled="disabled" /> <input name="star1" type="radio" class="star" value="3" disabled="disabled" /> <input name="star1" type="radio" class="star" value="4" checked="checked" disabled="disabled" /> <input name="star1" type="radio" class="star" value="5" disabled="disabled" /> If I set Value="" then the stars appear as they should, but surely I need the value so I can count the votes (in my backend script)? Unless there is another way to get the value of the star a user clicked on to cast that vote? Can anyone help? Cheers, Rob