|
Posted by Martin Jay on 05/03/06 16:48
In message <WdT5g.55302$d5.210229@newsb.telia.net>, Luigi Donatello
Asero <jaggillarfotboll@telia.com> writes
>Borders might be an option.
>However, colours are no efffective options for blind people...
>so, how could I distinguish the divs in a way which is effective for them
>as well?
Lots of useful information here:
<http://www.rnib.org.uk/xpedio/groups/public/documents/code/public_rnib00
3460.hcsp>
Do browsers for the blind ignore style sheets? I wonder if something
like this would work:
CSS:
..hide{
display: none;
}
HTML:
<span class="hide">Most visitors wouldn't see this</span>
Perhaps the best way to distinguish groups of paragraphs is to give them
headings, which you appear to have done anyway.
--
Martin Jay
Navigation:
[Reply to this message]
|