- From: Masayasu Ishikawa <mimasa@w3.org>
- Date: Thu, 29 Jul 1999 01:14:44 +0900
- To: marja@w3.org
- Cc: ij@w3.org, w3c-wai-gl@w3.org
Marja-Riitta Koivunen <marja@w3.org> wrote:
> Why do I get purple borders around icons now? Is that a new style?
<http://www.w3.org/WAI/style/default.css> gives you answer. It says:
/* this exposes a bug in NS4p3..5 - links become block elements!
A {
border:none;
}
*/
That's the reason. Well, I'm aware of this problem, and as far as I know,
"border-style: none" doesn't expose such a buggy effect, and works fine
with other CSS-aware user agents, though, it doesn't erase borders in
Netscape Navigator :-<
I'm using some "hack" to erase borders at <http://www.w3.org/Mobile/>,
which is also Triple-A conformant to the WCAG 1.0. You may want to
look at the trick ...
Regards,
--
Masayasu Ishikawa / mimasa@w3.org
W3C - World Wide Web Consortium
Received on Wednesday, 28 July 1999 12:14:50 UTC