View Single Post
  #3 (permalink)  
Old 02-27-2008, 05:32 PM
espmartin's Avatar
espmartin espmartin is offline
Senior Member
Recent Blog:
 
Join Date: Jun 2007
Location: West Coast, USA (California)
Posts: 962
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
espmartin will become famous soon enough
Default

And that's why I've asked if you do this with CSS IR (Image Replacement) techniques.

XHTML:
Quote:
<h2 id="uniqueh2">Web Standards in Design</h2>


CSS:

Quote:
#uniqueh2 {background: transparent url(/images/web-standards-design.gif) no-repeat top left; text-indent: -5000px; height: 57px; width: 300px; overflow: hidden;}
That's what I do. SEO is not a question here, unless you use an
image tag instead of real text.
Reply With Quote