Re: [css-d] how to suppress default hypertext link 'hover'

2007-07-21 Thread Michael Leibson
From: "Jukka K. Korpela" <[EMAIL PROTECTED]> Subject: Re: [css-d] how to suppress default hypertext link 'hover' To: css-d@lists.css-discuss.org Message-ID: <[EMAIL PROTECTED]> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Fri, 20 Jul 2007, Micha

Re: [css-d] how to suppress default hypertext link 'hover'

2007-07-21 Thread Michael Leibson
Message: 19 Date: Fri, 20 Jul 2007 22:59:44 -0400 From: "Phillip Allard" <[EMAIL PROTECTED]> Subject: Re: [css-d] how to suppress default hypertext link 'hover' borders? To: css-d@lists.css-discuss.org Message-ID: <[EMAIL PROTECTED]> Content-Type: text/p

Re: [css-d] how to suppress default hypertext link 'hover'

2007-07-20 Thread Jukka K. Korpela
On Fri, 20 Jul 2007, Michael Leibson wrote: > Forgive my ignorance, but just how would a keyboard navigate hyperlink > text, given that there are no menus, etc, to which to apply keyboard > shortcuts? I hope that answering this won't be considered as too off-topic. There's at least a specific

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Phillip Allard
(re-posted to CSS-D) Hi, You might wanna try "a:active{outline:none;}", I know this works for FF. The reason I use a:active, is to comply with TAB browsing, where you do need some kind of indicator for the currently selected link. Hope this helps, Philip A. On 7/20/07, Michael Leibson <[EMAIL

Re: [css-d] how to suppress default hypertext link 'hover'

2007-07-20 Thread Michael Leibson
Message: 25 Date: Fri, 20 Jul 2007 21:43:20 +0300 (EEST) From: "Jukka K. Korpela" <[EMAIL PROTECTED]> Subject: Re: [css-d] how to suppress default hypertext link 'hover' borders? To: CSS Discussion Group Message-ID: <[EMAIL PROTECTED]> Content-Type: TEXT/PLAIN;

Re: [css-d] how to suppress default hypertext link 'hover'

2007-07-20 Thread Michael Leibson
Message: 23 Date: Fri, 20 Jul 2007 20:00:28 +0200 From: "Jens Brueckmann" <[EMAIL PROTECTED]> Subject: Re: [css-d] how to suppress default hypertext link 'hover' borders? To: "CSS Discussion Group" Message-ID: <[EMAIL PROTECTED]> Content-Type: tex

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Michael Leibson
From: Phillip Allard <[EMAIL PROTECTED]> To: Michael Leibson <[EMAIL PROTECTED]> Sent: Friday, July 20, 2007 2:54:57 PM Subject: Re: [css-d] how to suppress default hypertext link 'hover' borders? >You might wanna try "a:active{outline:none;}", I know th

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Jukka K. Korpela
On Fri, 20 Jul 2007, Jens Brueckmann wrote: > there is a CSS method described by Stu Nicholls at > http://www.cssplay.co.uk/menu/nodots.html > and a javascript method by David Dorward: > http://blog.dorward.me.uk/2006/01/13/focus.html Moreover, there's the nonstandard hidefocus attribute recogniz

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Jens Brueckmann
Hi Michael, there is a CSS method described by Stu Nicholls at http://www.cssplay.co.uk/menu/nodots.html and a javascript method by David Dorward: http://blog.dorward.me.uk/2006/01/13/focus.html Before removing these borders I recommend reading David's article. These borders do not exist just for

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Michael Leibson
- Original Message From: Jon Hughes <[EMAIL PROTECTED]> To: Michael Leibson <[EMAIL PROTECTED]>; css-d@lists.css-discuss.org Sent: Friday, July 20, 2007 1:05:19 PM Subject: RE: [css-d] how to suppress default hypertext link 'hover' borders? > I've discovere

Re: [css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Jon Hughes
> I've discovered that both IE6 and FF seem to put a default border (dotted) > around any hypertext link while it is being clicked. I've tried various > steps to suppress this -- eg, adding the styles "a {border: none;}, a > {border-style: none;} a:hover {border: none;}", etc -- but nothing see

[css-d] how to suppress default hypertext link 'hover' borders?

2007-07-20 Thread Michael Leibson
Hi; I've discovered that both IE6 and FF seem to put a default border (dotted) around any hypertext link while it is being clicked. I've tried various steps to suppress this -- eg, adding the styles "a {border: none;}, a {border-style: none;} a:hover {border: none;}", etc -- but nothing se