NogDog
09-24-2004, 03:59 PM
I was thinking of using a CSS technique to create a drop shadow effect on some titles. This would result in the html having what amounts to duplicate text:
<h1 class=shadow>Some Title</h1>
<h1 class=top>Some Title</1>
So what I'm wondering is, is there some technique via CSS or HTML to tell accessibilty tools like text-to-speach readers or such to ignore certain text (in this case, ignore the <h1 class=shadow>Some Title</h1> line)?
<h1 class=shadow>Some Title</h1>
<h1 class=top>Some Title</1>
So what I'm wondering is, is there some technique via CSS or HTML to tell accessibilty tools like text-to-speach readers or such to ignore certain text (in this case, ignore the <h1 class=shadow>Some Title</h1> line)?