Results 1 to 3 of 3

Thread: Document Text Resizer and Background Changer

  1. #1
    Join Date
    Apr 2009
    Posts
    45
    Thanks
    18
    Thanked 0 Times in 0 Posts

    Default Document Text Resizer and Background Changer

    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/...tresizer.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
    Last edited by egturnkey; 04-15-2009 at 02:32 PM.

  2. #2
    Join Date
    Jun 2007
    Posts
    543
    Thanks
    3
    Thanked 78 Times in 78 Posts
    Blog Entries
    1

    Default

    [Jasme Library (Javascript Motion Effects)] My Site
    /\/\@§†ê® §©®¡þ† /\/\@|{ê®
    There are 10 kinds of people in the world, those that understand binary and those that don't.

  3. #3
    Join Date
    Apr 2009
    Posts
    45
    Thanks
    18
    Thanked 0 Times in 0 Posts

    Default

    it isn't wt i mean .. anyway i've found this one

    Code:
    <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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •