EchoAngel has asked for the wisdom of the Perl Monks concerning the following question:
this is my css partprint $q->checkbox_group( -name=>$CheckBoxName, -values=>\@ArrayData, -rows=>2 , -class=>'RadioButtons', -columns=>6, -onClick=>"document.$GLOB_FORM_FIELD_NAM +E.submit()");
it isn't changing on my screen. Any ideas?.RadioButtons { color : Black; font-size: 15pt; font-family: arial; font-weight: bold; }
20050202 Edit by castaway: Changed title from 'Perl/CGI : Problems Using Css to change radio button fonts'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (OT) Problems Using CSS to change radio button fonts
by Cody Pendant (Prior) on Feb 01, 2005 at 02:47 UTC | |
|
Re: (OT) Problems Using CSS to change radio button fonts
by ww (Archbishop) on Jan 31, 2005 at 23:03 UTC |