> > it's no good way but you can try > > > > <div class="image01"><span class="alt">Alternative text</span></div> > > damn, sorry, it has to be with id: > <div id="image01"><span class="alt">Alternative text</span></div>
In fact, it is a horrible way, as display:none might not be read by some screen readers. Check "screenreader visibility" on the Wiki. -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries: http://www.onlinetools.org/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
