- From: Irene Vatton <irene.vatton@inrialpes.fr>
- Date: Mon, 12 Jul 2004 14:47:47 +0200
- To: "John Russell" <ve3ll@rac.ca>
- Cc: www-amaya@w3.org
On Fri, 09 Jul 2004 17:04:17 -0400 "John Russell" <ve3ll@rac.ca> wrote: > > when focus is on checkbox, a blue box is drawn around the checkbox > but no usual focus outline... i cant seem to get rid of the blue box > even with the :focus pseudo .... is this a bug or have i not found the > correct css rule to suppress the blue .... ???? The blue box is generate by the selection. It shows the space used to display the input element (width:25px). > > <?xml version="1.0"?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml"> > <head><title></title> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> > <style type="text/css"> > body {background:#ffdead} > input {width:25px} > </style></head><body> > <input id="d" name="d" type="checkbox" /> > <label for="d">Please send samples.</label> > </body></html> > -- Regards Irene. ----- Irène Vatton INRIA Rhône-Alpes INRIA ZIRST e-mail: Irene.Vatton@inria.fr 655 avenue de l'Europe Tel.: +33 4 76 61 53 61 Montbonnot Fax: +33 4 76 61 52 07 38334 Saint Ismier Cedex - France
Received on Monday, 12 July 2004 08:47:53 UTC