- From: Martijn <martijn.martijn@gmail.com>
- Date: Fri, 24 Jun 2005 15:54:16 +0200
- To: Matthew Raymond <mattraymond@earthlink.net>
- Cc: www-style@w3.org
On 6/24/05, Matthew Raymond <mattraymond@earthlink.net> wrote:
> I like the negative value idea. It allows for the content to be
> forced off the page in CSS1 browsers. It's still feels like a dirty
> hack, though. I may go back to just using <span> elements with "display:
> none"...
Yes, it is a hack, it also causes weird focus rings in current trunk
Mozilla builds, when the element is focusable:
https://bugzilla.mozilla.org/show_bug.cgi?id=133165#c52
> I'd actually tried something similar ("color: rgba(0,0,0,0);"), but
> it didn't work in IE, Firefox or Opera. The same is true for the
> "transparent" keyword. I know I have the CSS right because "color: red;"
> works fine.
Yes, color:transparent is not supported in current browsers, afaik.
Regards,
Martijn
Received on Friday, 24 June 2005 13:54:20 UTC