View Full Version : Is it possible to change the looks of check boxes?
conozco345
07-17-2002, 12:36 AM
I was wondering if it is possible to change certain attributes of checkboxes, such as when you click it you don't see a check, you see a different image.
requestcode
07-17-2002, 04:03 AM
You would have to use an image that looks like a check box and then when you click the image it changes to another.
tamienne
07-17-2002, 02:42 PM
One way you can do it is by having 2 images which are links, a hidden variable to hold the state of the "checkbox", and a function that swaps the appropriate image in/out. In your function you can set the status bar message to blank so it doesn't look like a regular link. Similar to what requestcode was saying.
Another is to have a layer overlay your checkbox. You other layer can contain whatever you want. This way is messy though.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.