This question already has an answer here:
I have this slideshow with [input type="radio"]
: http://jsfiddle.net/Jtec5/23/
Codes: CSS:
#slideselector {
position: absolue;
top:0;
left:0;
border: 2px solid black;
padding-top: 1px;
}
.slidebutton {
height: 21px;
margin: 2px;
}
I'm trying to style the input radio with css so it looks like that: any suggestions?
Like this
DEMO
CSS
Trident provides the
::-ms-check
pseudo-element for checkbox and radio button controls. For example:This displays as follows in IE10 on Windows 8:
Here is simple example of how you can do this.
Just replace the image file and you are done.
HTML Code
CSS
Working DEMO
See this Fiddle
You should use some background image to your radio buttons and flip it with another image on change