Log in

View Full Version : Resolved Document Text Resizer and Background Changer



egturnkey
04-14-2009, 08:35 PM
Hello friends,

I'm searching for script and i've got part of it

"Document Text Resizer"
which enables you to resize the font of the website content

can be found here http://www.javascriptkit.com/script/script2/doctextresizer.shtml

I'm searching for another one which changes the background
i know it may depends on same idea

so where i can found it ??


Also i'd like to mention i've found an amazing script maybe named as user tools but i didn't found it where to get it,
it act as a button after you clicl on it , you will get the options

change the background , text size , screen width lol ( 3 in one )

thanks in advance hope i can found any

Master_script_maker
04-15-2009, 03:43 AM
try http://www.dynamicdrive.com/dynamicindex14/bgslide.htm

egturnkey
04-15-2009, 02:31 PM
it isn't wt i mean .. anyway i've found this one



<form name="changeColor">
<p><font size="2" face="Verdana,Arial,Helvetica,Sans Serif">Choose
a Background Color: <br> <br> <input type="button" name="colr"
value=" BLUE " onclick="document.bgColor='#0000FF'"> <input
type="button" name="colr" value=" RED " onclick="document.bgColor='#FF0000'">
<input type="button" name="colr" value=" GREEN "
onclick="document.bgColor='#00FF00'"> <input type="button"
name="colr" value=" WHITE " onclick="document.bgColor='#FFFFFF'">
<input type="button" name="colr" value=" BLACK "
onclick="document.bgColor='#000000'"></font> </p> </form>


and it is just like wt i do need

thanks