- From: Liam Quinn <liam@htmlhelp.com>
- Date: Mon, 08 Jun 1998 12:43:31 -0400
- To: "Moss, Alan M" <amoss@miami.edu>, www-html@w3.org
At 10:57 AM 08/06/98 -0400, Moss, Alan M wrote:
>The following is invalid in "strict" HTML 4.0 per the w3c:
>
><a href="link.html"><img src="some_image.gif" border="0"></a>
>
>Is there a work around in CSS to this problem.
a img { border: none }
>I've tried the "border"
>attributes but to no avail.
Works fine on IE4 (at least on Win95). Netscape 4.x is a bit more broken
than IE4 when it comes to CSS. If you want the border gone on Netscape,
then...
>use "transitional"
>Please do not reply and say "use
>transitional", because I would like an actual solution, not a
>run-around.
Actual solutions do not always exist for buggy browsers.
--
Liam Quinn
Received on Monday, 8 June 1998 12:43:22 UTC