You could use the one of the techniques that current image replacement tricks use: either set the width to 0 and the overflow to hidden or place it off the screen somewhere (like -1000px -1000px or something).
Jake Quoting Justin French <[EMAIL PROTECTED]>: > On 23/09/2004, at 2:28 PM, Lea de Groot wrote: > > > On Thu, 23 Sep 2004 14:10:24 +1000, Justin French wrote: > >> 3 "read more<span> on 'title of my post'</span>" then hide the span > >> with display:none; from modern browsers, while still having entirely > >> accessible source > > > > No, wait - surely the image replacement techniques have shown that > > display: none is not a good way to make things accessable? > > Arrgh! Good point. > Has the same been proven with visibilty:hidden; ? > > Perhaps it could be some DOM scripting instead? > > Just bangin' out ideas :) > > Justin > > ****************************************************** > The discussion list for http://webstandardsgroup.org/ > > Proud presenters of Web Essentials 04 http://we04.com/ > Web standards, accessibility, inspiration, knowledge > To be held in Sydney, September 30 and October 1, 2004 > > See http://webstandardsgroup.org/mail/guidelines.cfm > for some hints on posting to the list & getting help > ****************************************************** > > ****************************************************** The discussion list for http://webstandardsgroup.org/ Proud presenters of Web Essentials 04 http://we04.com/ Web standards, accessibility, inspiration, knowledge To be held in Sydney, September 30 and October 1, 2004 See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
