The Arcive of vBulletin Modifications Site. |
|
Text Larger/Smaller on Navbar Details »»
|
|||||||||||||||||||||||||
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 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 ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
A very neat trick, thanks.
I modified it to display in the toolbar and it looks great.. |
|
#3
|
|||
|
|||
|
Installed, but then uninstalled since it doesn't remember it for every page load. Everytime you leave a page, it reverts back to normal.
|
|
#4
|
||||
|
||||
|
Quote:
Quote:
|
|
#5
|
|||
|
|||
|
Thanks for the alert. It's probably more efficient to use the "zoom" feature in Internet Explorer.
|
![]() |
|
|