October 3, 201015 yr You could use JavaScript or jQuery (Yes I know it's still js) to create a fake custom one which changes the real hidden one ;P
October 3, 201015 yr How can I create or use customised radio buttons for forms? Thanks. Hello futureproof The code to creat radio buttons for forms is within <form> </form> tags as follows <form> <input type="radio" name="colour" value="red">Red <input type="radio" name="colour" value="blue">Blue <input type="radio" name="colour" value="green">Green </form> Hope this helps Kath
October 3, 201015 yr Author Cheers Jordan, have you got any tutorials or examples?? Cheers Kate, I'm after non-standard customised ones if I can, thanks though. Rich
October 3, 201015 yr Cheers Jordan, have you got any tutorials or examples?? Cheers Kate, I'm after non-standard customised ones if I can, thanks though. Rich Unfortunately not. I've just seen it don't that way for <input type="file"> and would assume it's a similar process. If I have chance in the morning I'll give it a shot.
Create an account or sign in to comment