Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
chagall1976 webforumsuser@macromedia.com #1
Checkboxes/Radiobuttons - Help
Hi,
I have a problem with checkboxes/radiobuttons displaying on Apple Macs. The checkboxes/radiobuttons display a white border and this is visible on a beige backround colour. Please view attached code to see what could be my problem.
Any advice would be greatly appreciated.
Thanks
<table width="744" height="100% "border="0" cellspacing="0" cellpadding="0" align="center"><tr><td width="126" bgcolor="#D5C8AF" valign="top"> </td><td width="618" bgcolor="#D5C8AF" valign="top"><table width="618" border="0" cellspacing="0" cellpadding="0"><tr><td width="11"><img src="library/images/spacer.gif" width="1" height="1"></td><td width="607"><img src="library/images/spacer.gif" width="1" height="1"></td></tr></table><table border="0" cellspacing="0" cellpadding="0"><tr><td align="right"><input name="tem" type="checkbox"></td><td width="500" class="contactsubheader" nowrap>orange team</td></tr></table></td></tr></table>
chagall1976 webforumsuser@macromedia.com Guest
-
checkboxes
"cbool" might help if cbool(request.form("mychk")) = true then "Paul" <paul@themedialounge.com> wrote in message... -
Grouping RadioButtons in a DataGrid
Hello, I have a TemplateColumn as the first column in my datagrid to display radiobuttons for selection of rows. The problem is, when the table... -
[PHP] Checkboxes
You could try this: <input type="hidden" name="box1" value="0"> <input type="checkbox" name="box1" value="1"> So basically when it get... -
RadioButtons & DataGrid
Hi, I have retreived questions and answers from DB tables, and display them into datagrid. QNo Quest A B C 1 Quest1 5 7 9 2 Quest2 A D C... -
Radiobuttons and textbox with autopost
hi, i have a radiobuttonlist which i have set the autopostback feature to false, so it would be easier to navigate thru' it, using the keyboard. ...



Reply With Quote

