Text Larger/Smaller on Navbar
This modification is in the archives.
Hi all,
Author Description: Sometimes the text size you've specified for your webpage isn't suitable to the viewer, depending on his browser configuration or OS. This useful script by Taewook uses Dynamic CSS to let the viewer himself modify the text size of the page on demand, by clicking on an Increase or Decrease Font Size link. Now that's a kind of personalization your viewers may just appreciate! How to Install? 1- First download textsizer.js and upload your forum directory (/forum/textsizer.js if you dont use /forum directory; then upload http://www.domain.com/textsizer.js) 2- Upload image files to your /images directory. Admincp >> Style Manager >> Your Skin >> Navigation / Breadcrump Templates >> navbar Find this code Code:
<!-- breadcrumb, login, pm info --> Code:
<script type="text/javascript" src="textsizer.js"> </script> <a href="javascript:ts('body',1)"><img src="images/plus.gif" alt="Larger Text" border="0"></a> <a href="javascript:ts('body',-1)"><img src="images/minus.gif" alt="Smaller Text" border="0"></a> Enjoy Download
This modification is archived, downloads are still allowed. Screenshots |