You know how on some newspaper pages there is an option to enlarge - zoom the text.
Is that a java script?
You know how on some newspaper pages there is an option to enlarge - zoom the text.
Is that a java script?
Can be done with style sheets and dhtml I think too. I just let the users use their browser to do it.
If they need it they must know how...
Firefox: View -> Zoom -> Zoom in (ctrl+ +)
Javascript. Add an onclick event handler to invoke the appropriate function. eg
onclick="changeFontSize(-1);return false;"
Originally Posted by Kickha
Originally Posted by Akzle
What did you use Dave?
Nothin' yet.
I'll try scrachys script shortly.
I couldn't get it to run on firefox. (on a mac)
But this looks like a good solution too.
CSS switcher. Just duplicate the style sheet and make the fonts bigger. Works nicely so far
http://www.dynamicdrive.com/dynamici...etswitcher.htm
That's what I was thinking of... Might test that one myself.
Working really well.
Sets a cookie every time font is changed but nothing sinister in the script as far as I can see.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks