I came upon this trick: a usemap with two buttons for
changing the page's font size:
============
<map name="fontmap" id="fontmap">
<area shape="rect" coords="111,1,1 26,15"
href="http://niemanwatchdog. org/index.cfm?fonts ize=up">
<area shape="rect" coords="127,0,1 43,14"
href="http://niemanwatchdog. org/index.cfm?fonts ize=down">
</map>
============
The page itself is: http://niemanwatchdog.org/index.cfm
Two questions: (1) how does it work? New pages?
What's the question mark ( "cfm?font.. ." ) do?
and (2) is this idea useful?
The user *may* have the ability to change font size or
do a zoom in the browser.
This page button trick may be more convenient.
Mason C
changing the page's font size:
============
<map name="fontmap" id="fontmap">
<area shape="rect" coords="111,1,1 26,15"
href="http://niemanwatchdog. org/index.cfm?fonts ize=up">
<area shape="rect" coords="127,0,1 43,14"
href="http://niemanwatchdog. org/index.cfm?fonts ize=down">
</map>
============
The page itself is: http://niemanwatchdog.org/index.cfm
Two questions: (1) how does it work? New pages?
What's the question mark ( "cfm?font.. ." ) do?
and (2) is this idea useful?
The user *may* have the ability to change font size or
do a zoom in the browser.
This page button trick may be more convenient.
Mason C
Comment