[thelist] correct use of alt and title attributes

ben morrison morrison.ben at gmail.com
Tue Sep 12 04:00:23 CDT 2006


On 9/12/06, Johnathon Tinsley <jon at encryptec.net> wrote:
> Hi,
>
> Err... Could someone describe how to use CSS to put text off left?
>
> Thanks :)



 .offLeft {
    position: absolute;
    left: -1000em;
    top:-999em;
 }


http://css-discuss.incutio.com/?page=OffLeft
-- 
Ben Morrison



More information about the thelist mailing list