Re: amaya snapshot and checkboxes

Ok -- this is an indicator for editing ease...
At one point you had a selector to deselect or toggle editing mode
so that one could see what one would get browsing.  I cant find it
on the new menu system... was it just missed or is it gone forever
as you continue to make amaya more editor and less browser. 
If the edit/browse toggle was there i would expect blue ?selector?
to disappear in browse mode.  butmaybe no more browse mode ;-[  ;-[ ;-[ 

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

--
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 Monday, 12 July 2004 09:02:25 UTC