|
|
||||
|
This Month
Month Archive
About Me
Login
|
Re: How to Create a Text Resize Function Using Just JavaScript
by
Anonymous
if (iFontSize < 2 && iFontSize > 0)
Say, what? Surely you mean
if (iFontSize == 1) ...?
You might also consider the handy "switch" statement, which would also avoid testing iFontSize in every "if".
|
Search
Recent Articles
Favourite blogs
|
||
|
||||
