File: jquery.radio.css

Recommend this page to a friend!
  Classes of Sandro Alves Peres   jQuery Radio   jquery.radio.css   Download  
File: jquery.radio.css
Role: Auxiliary data
Content type: text/plain
Description: Radio Style
Class: jQuery Radio
Plugin to change the presentation of radio buttons
Author: By
Last change:
Date: 10 years ago
Size: 672 bytes
 

Contents

Class file image Download
/* * Copyright (c) 2013, Sandro Alves Peres * All rights reserved. * * Date: 06/12/2013 * http://www.zend.com/en/yellow-pages#show-ClientCandidateID=ZEND022656 */ .radio-element { background-position: left; background-repeat: no-repeat; background-image: url("jquery.radio.png"); display: inline-block; vertical-align: middle; width: 15px; height: 17px; border: 0; margin: 2px; *display: inline; *zoom: 1; } .radio-element-on { background-position: 0 -21px; } .radio-element-off { background-position: 0 1px; } .radio-element-disabled { background-image: url("jquery.radio.disabled.png"); }