> I think my only option is to generate an image for the banner > using the right font (or is there a better option?). > What is the current best practice for having an accessible text > banner, while showing the image based banner? > > Are we still using the trick of shifting the text off the side > of the screen with negative positioning? Or is there a better, > more accessible way?
Negative text-indent is a problem if images are off and background images are also a problem with high contrast mode. You could try something like this: http://tjkdesign.com/articles/tip.asp Or like Kepler suggested, just use the alt attribute of the image. -- Regards, Thierry @thierrykoblentz www.tjkdesign.com | www.ez-css.org | www.css-101.org ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [email protected] *******************************************************************
