dreamwest Posted November 1, 2008 Share Posted November 1, 2008 Is it possible to style a hyperlink into a radio button?? Quote Link to comment Share on other sites More sharing options...
Sverri Posted November 1, 2008 Share Posted November 1, 2008 Do you mean, make a hyperlink into a functioning radio button? If so, then no, you cannot do that with CSS, nor would it be a good idea. Now, you can add a picture of a radio button as a background to your hyperlink, but that would be a purely cosmetic change, and would not change any functionality. a.radiobutton { padding-left: 15px; background: #fff url(radiobutton.png) 0 50% no-repeat; } I'm not sure I understand you question, though. If I didn't answer it, then care to clarify? Quote Link to comment Share on other sites More sharing options...
dropfaith Posted November 1, 2008 Share Posted November 1, 2008 meh this is a bad idea but you can create a form of hyperlinks to kick users to the selcted option like i said bad idea tho Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.