- From: John Russell <ve3ll@rac.ca>
- Date: Fri, 09 Jul 2004 17:04:17 -0400
- To: www-amaya@w3.org
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 .... ???? <?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> -- john russell ve3ll@rac.ca [those are L's as in LLAMA] http://home.cogeco.ca/~ve3ll http://home.cogeco.ca/~trains http://home.cogeco.ca/~cipher
Received on Friday, 9 July 2004 16:58:40 UTC