On 9/9/05, Christian Montoya <[EMAIL PROTECTED]> wrote:
>  The ideal would be that your markup can have divitis, but when parsed by a
> screen reader or a printing device or something else, you tell it something
> along the lines of:
>  
>  div {
>  visibilty:hidden;
>  }

That will hide all child elements of the div's too... not what you're after.

You would also want to add this:
div * {
    visibility:visible;
}


Andrew
--------------------------------
http://leftjustified.net/
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to