dreamwest Posted November 1, 2008 Share Posted November 1, 2008 Is it possible to style a hyperlink into a radio button?? Link to comment https://forums.phpfreaks.com/topic/130976-style-hyperlink-into-a-radio-button/ 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? Link to comment https://forums.phpfreaks.com/topic/130976-style-hyperlink-into-a-radio-button/#findComment-679933 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 Link to comment https://forums.phpfreaks.com/topic/130976-style-hyperlink-into-a-radio-button/#findComment-680106 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.