>>> "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> 3/2/2007 4:59 AM >>>
i'm experiencing an annoying issue on Firefox
http://studiomaci.it/ita-progetti.html
the link in the page, when clicked, displays a persistent dotted
border. Why it happens and how I can avoid this ff's behaviour?
-
While it
On Fri, 2 Mar 2007 10:59:15 +0100, [EMAIL PROTECTED] wrote:
> i'm experiencing an annoying issue on Firefox
> http://studiomaci.it/ita-progetti.html
> the link in the page, when clicked, displays a persistent dotted border...
On Sat, 3 Mar 2007 10:35:44 +0900, Philippe Wittenbergh replied:
> +1.
>
>> I personally wouldn't do this though; as part of the browser's
>> default
>> behaviour the user is expecting it. That outline indicates that the
>> link is currently active. It may be annoying when clicking, but
>> if one
>> is tabbing through the document then it's the only thing to show
Jukka K. Korpela wrote:
> On Fri, 2 Mar 2007, Rob Wilmshurst wrote:
> [...]
>> I personally wouldn't do this though; as part of the browser's default
>> behaviour the user is expecting it. That outline indicates that the
>> link is currently active. It may be annoying when clicking, but if one
>>
On Fri, 2 Mar 2007, Rob Wilmshurst wrote:
> You need to set the property 'outline' on a:focus, eg a:focus { outline:
> none; }
>
> It's a CSS3 property,
It's both in the CSS 2 specification and the CSS 2.1 draft, but it has
often been omitted from presentations of CSS, since browser support used
Hi Jean-Claude,
You need to set the property 'outline' on a:focus, eg a:focus { outline:
none; }
It's a CSS3 property, which I believe most browsers other than IE
recognize. Basically, it sits outside of any specified border and does
not take up any space in the document flow (see
http://unf
I think you cannot avoid this. That's the way ff do with links, as far
as I know
[EMAIL PROTECTED] wrote:
> i'm experiencing an annoying issue on Firefox
> http://studiomaci.it/ita-progetti.html
> the link in the page, when clicked, displays a persistent dotted
> border. Why it happens and how
i'm experiencing an annoying issue on Firefox
http://studiomaci.it/ita-progetti.html
the link in the page, when clicked, displays a persistent dotted
border. Why it happens and how I can avoid this ff's behaviour?
thanks
Jean-claude
__