Click to See Complete Forum and Search --> : Image instead of check box or radio button?


mginsberg
05-06-2008, 10:19 AM
can i use an image that people cna click instead of using a check box or a radio button?

thanks.

TJ111
05-06-2008, 10:25 AM
Yes, but it usually depends on some javascript trickery to swap out the real elements with a custom designed one, such as the one here (http://ryanfait.com/resources/custom-checkboxes-and-radio-buttons/). It's a good solution though, as it fails silently if the user has javascript disabled.

mginsberg
05-07-2008, 08:35 AM
not what i was looking for.

i am looking for something that will allow me to craete an image in photoshop and then i can use that as a button. i woulkd create a button thats like 100 pixals by 30 or somrthing and use that instead of a check box/radio button.

i wasnt lookng to just change the style of them.