Jeffrey Sambells wrote:
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's a great notion, and one I'd agree with - but sadly the consensus in the user agent development community is that display:none should mean 'does not exist as far as the user is concerned'. All the major screen readers ignore it as well.

Even more ironic, visibility:hidden would do exactly the same thing.

Regards,
Barney


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to