unfortunately not....
http://css-discuss.incutio.com/?page=ScreenreaderVisibility
display none means not displayed (read) by screen readers.
--
Regards
- Rob
Raising web standards : http://ele.vation.co.uk
Linking in with others : http://linkedin.com/in/robkirton
On 16/01/07, Jeffrey Sambells <[EMAIL PROTECTED]> wrote:
I'm not sure if it's been mentioned but you could always do something
like:
html:
<h1><span>Company Name</span></h1>
css:
h1 span { display:none }
h1 {
width:100px
height:100px;
background: transparent url(/images/logo.png) no-repeat;
}
That way it's text to a screen reader and an image in a browser.
- Jeff
[image: me] *Jeffrey Sambells* | Director of R&D at
We-Create<http://wecreate.com/>| See my book at
GoogleMapsBook.com <http://googlemapsbook.com/>
contact | [EMAIL PROTECTED] <[EMAIL PROTECTED]> - 519.745.7374 x103 |
Blogging at JeffreySambells.com <http://jeffreysambells.com/>
On 12-Jan-07, at 2:09 PM, Marcio Werneck wrote:
Hello !
I have a doubt regarding putting the logo in an H tag.
Wrapping the website logo in an H1, is a good practice? - always?
Thank you
--
Marcio Werneck
http://www.globo.com/
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
--
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************