On Wed, 19 Jan 2005 02:08:53 +0100, JohnyB <[EMAIL PROTECTED]> wrote:
 
> > a span { display: block; text-indent: -999em; }
> 
> is this safe? (won't it bring some scrollbars somehow etc.?)
 
I've never gotten that technique to work properly in Opera. It always either
a) makes scrollbars
b) displays some of the text despite insane negative text-indent values...

> I recently tried something like
> 
> .hide {
>    display: block;
>    width: 0;
>    height: 0;
>    overflow: hidden;
>    margin: 0;
>    padding: 0;
>    font-size: 0px;
>    position: absolute;
> }
> 
> and not also 100% sure about it...

Add top:-1000px; left:-1000px; and you'll be bullet proof ;)


Andrew.
--------------------------------
http://leftjustified.net/
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to