Dnia piątek, 11 listopada 2005 00:43, Adam Burmister (DSL AK) napisał:
> I think you'll find that you can successfully hide the legend off canvas
> with
>
> .hide {
>       position: absolute;
>       left: -999px;
>       width: 9px;
> }
>
> Regards,
> - A

imo :

.hide {
        display:none;
 }

is much better

-- 
*.gtf
******************************************************
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