Sunday, November 19, 2006
by
ASP.NET AJAX Team
|
Comments 3
It is a widely known fact, that form controls, and especially comboboxes, checkboxes and radiobuttons are not that flexible as the other html elements and are hardly susceptible to css skinning. Here is a simple client-side solution for checkbox skinning.
The tutorial is divided into four chapters, supplied with code listings, and explaining the different parts of the control – xhtml markup, css classes, javascript, checkbox states and more. In the beginning of each chapter there is a list of reference files.
Before starting, you may download the script from here.

1. Considering the (X)HTML Markup
Reference files:
• CheckBox.html
Prior to the W3C recommendations for xhtml compliance, semantics,...