Re: Invisible Text

Martijn wrote:
> 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

    Yeah, it is a hack. I'd prefer something like "color: transparent" 
if it would work. Using "content: none" would also be nice...

    https://bugzilla.mozilla.org/show_bug.cgi?id=215083

    Is there a less hackish way of hiding text using CSS 1 or CSS 2.1? 
It's looking more and more like a styled <span> is the cleanest way to go.

Received on Friday, 24 June 2005 14:15:38 UTC