In a page with fonts with different sizes I want to have to links in order to be the user able to make the letter larger (for people with viewing difficulties),
a)One noce solution is the zoom function of the explorer (the magnifier glass at the bottom right of the window) is there any such command in javascript?
b) On another solution, I have found this script
Dynamic Drive DHTML Scripts- Document Text Sizer
which appears to be fine but it resizes all letters to the same size (regardless of being small or big) anyway to modidy the .js so that the proportion be kept?
a)One noce solution is the zoom function of the explorer (the magnifier glass at the bottom right of the window) is there any such command in javascript?
b) On another solution, I have found this script
Dynamic Drive DHTML Scripts- Document Text Sizer
which appears to be fine but it resizes all letters to the same size (regardless of being small or big) anyway to modidy the .js so that the proportion be kept?
Comment