szenczi
Posts: 67
|
| Posted: 06/25/2008, 9:19 AM |
|
Hello,
Can I change the thick color of a checkbox? If yes, how?
Thanks,
Norbert
_________________
CCS5.1, PhP, MySQL |
 |
 |
datadoit
|
| Posted: 06/25/2008, 11:14 AM |
|
Here's a neat little javascript solution:
http://brainerror.net/scripts/javascript/checkbox/
|
|
|
 |
Oper
Posts: 1195
|
| Posted: 06/25/2008, 1:36 PM |
|
Nice Link.
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
szenczi
Posts: 67
|
| Posted: 06/26/2008, 6:05 AM |
|
Quote datadoit:
It"s great! Thank you!
Norbert
_________________
CCS5.1, PhP, MySQL |
 |
 |
Oper
Posts: 1195
|
| Posted: 06/29/2008, 2:46 PM |
|
changed this in case you have some Checkbox disabled
//set image
if(inputs[ i ].disabled == false){
img.onclick = new Function('checkChange('+i+')');
}
//place image in front of the checkbox
This is great Script and easy to install
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
|