Dynamically Resize Text

CSS, combined with little JavaScript, offers great flexibility to web designers. For instance, let say you want to allow visitors to change text size on your website. Now how do you do it? Using CSS is the easiest solution. All you need is few style sheets and a JS script to dynamically enable those style […]