Forum Moderators: open

Message Too Old, No Replies

Different checkboxes

         

orion_rus

10:21 am on Dec 7, 2004 (gmt 0)

10+ Year Member



Hello world, i need to make a form where i have about 40-50 checkboxes) If user have win98 or something like it. Checkboxes seems bad. How i can change default image of checkboxes?
Thanks in advance

Bernard Marx

10:32 am on Dec 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



In browsers that give good support for CSS2 (support selector[attribute=value]), then you can mess around with background images to almost get the appearance you want.

IE does not provide the necessary support. All you can do is not much.

With Javascript, you can get the effect you want, but be careful. If Javascript is disabled, the form may not function, and won't send any info. Either that, or the buttons will be invisible.

..but don't take my word for it.

orion_rus

1:03 pm on Dec 7, 2004 (gmt 0)

10+ Year Member



Marx i see u are very good in JScript. Why you are not a moderator of this forum?