check your doctype declaration and validate your html. It probably should be

<input type="radio" name="address_type" value="Home" checked="checked" />

but it depends on what doctype you've decleared.

On May 11, 2006, at 6:00 PM, Dan Stein wrote:

This is strange



                                                <tr align="left">

                          <td colspan="2"><label>

<input type="radio" name="address_type" value="Home" checked />

                          Home &nbsp;

<input type="radio" name="address_type" value="Work" />

                          Business

                          </label></td>

                        </tr>



Works just fine in IE



In firefox the radio button will not change from the checked one



Anyone seen this before

______________________________________________________________________ __ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Bill

William M. Conlon, P.E., Ph.D.
To the Point
345 California Avenue Suite 2
Palo Alto, CA 94306
   vox:  650.327.2175 (direct)
   fax:  650.329.8335
mobile:  650.906.9929
e-mail:  mailto:[EMAIL PROTECTED]
   web:  http://www.tothept.com

________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to