README.txt |
README.txt |
|
// $Id $
The Text Resize module creates a block with links that use jQuery to resize text within the specified DIV.
Text Resize was designed by Mark W. Jarrell (attheshow) at Jones Knowledge Group (http://www.jones.com).
Install
-------
Installing… |
text_resize.css |
text_resize.css |
|
/* $Id $ */
a#text_resize_increase {
background: url(aBig.gif) no-repeat 0 0;
display: block;
float: right;
width: 28px;
height: 27px;
margin: 6px 0 0 0;
outline: none;
text-indent: -9000px;
cursor: pointer;
}
a#text_resize_reset {
… |
text_resize.info |
text_resize.info |
|
; $Id $
name = Text Resize
description = Creates a block that allows your users to resize text on the page.
core = "6.x"
version = VERSION |
text_resize.install |
text_resize.install |
|
This file handles uninstallation of Text Resize variables. |
text_resize.module |
text_resize.module |
|
Creates a small block with jQuery links that resize text within the BODY tag. |