|
Posted by Harlan Messinger on 04/19/07 14:25
vunet.us@gmail.com wrote:
> We know that users have an ability to set a large or small text size
> in their browsers. WHat is the way, however, to display certain web
> content with a font's fixed size, no matter what settings are used by
> a user's browser? Thanks.
The way to restrict use of your site to people with good vision is to
use CSS such as the following:
font-size: 6pt;
Even then, if they have a zoom tool, the people you're trying to spite
will be able to read your site anyway. You might get better selectivity
if your text is in light gray on a medium gray background.
Navigation:
[Reply to this message]
|