View Single Post
  #10 (permalink)  
Old Oct 16th, 2007, 13:59
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Online project based tutorials??

One things that you should watch out for is not to use display: hidden .... whatever you mark as hidden, will not show in text browser either so ... they don't see the image and they don't see the text.

It's better to simply move the text out of viewport by adding text-indent:-9000px; to the element you don't want to show
Reply With Quote