Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Font Size Changer
demonlord
post Jan 13 2008, 10:01 PM
Post #1


Member [Level 3]
******

Group: [HOSTED]
Posts: 92
Joined: 1-January 08
Member No.: 55,554



ok i need a script that will allow people to change the font size of the page just by clicking on an image. like if i had 3 images, a plus, a minus, and one that said reset. if they clicked on the plus the size would go up. visa versa if they clicked on the minus the size would go down. and if they clicked on the reset it would go back to normal size.

if some one knows how to do this or where i can find a script for this that would be great.
Go to the top of the page
 
+Quote Post
coolcat50
post Jan 13 2008, 10:23 PM
Post #2


Super Member
*********

Group: [HOSTED]
Posts: 275
Joined: 5-October 07
From: Random Places
Member No.: 51,171
Spam Patrol



You are wanting a link with the image being the link and using functions to change the font. I do not know the exact functions, but I can show you how to use the link.

CODE
<a href="java script:function1()"><img src="up.gif"></a> <a href="java script:function2()"><img src="reset.gif"></a> <a href="java script:function3()"><img src="down.gif"></a>


Something like that should give you the functionality of the buttons. Of course the image path and the function names should be changed to suit your needs.



This post has been edited by coolcat50: Jan 13 2008, 10:24 PM
Go to the top of the page
 
+Quote Post
gogoily
post Jan 17 2008, 10:14 AM
Post #3


Member [Level 2]
*****

Group: Members
Posts: 76
Joined: 30-October 05
Member No.: 13,571



Try this codes:
CODE
function changeFontSize(s){
    document.body.style.fontSize = s;
}
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. "Super Size Me..."(34)
  2. Pw Changer(7)
  3. Change Font Size On Taskbar Buttons(4)
  4. Mysql Database Size(6)
  5. Transfer File Of Any Size Using Winsock Control(5)
  6. Quick Question(8)
  7. Maintaining Browser Size On Your Computer(4)
  8. Micro Button File Size Limit : 10 Kb Or Less?(1)
  9. The Hard Drive Is Now Over 50 Years Old!(14)
  10. My Ie In Big Size(3)
  11. Php.ini File Limit Size?(6)
  12. Ipod Nano Earphone Jack Size(6)
  13. Changing The Size Of Animated Gifs(2)
  14. Need To Shrink The File Size Of Web Image? - Photoshop Tricks(1)
  15. Font Effects In Nuke(0)
  1. Banner Size?(8)
  2. Image Not Taking The Right Size In Web Page(1)
  3. Check The Storage Size Of Your Gmail And Picasa Web Albums Storage Space(2)
  4. Graphics Card Aperture Size Change(4)
  5. Desktop Icon Size(3)
  6. Using Different Font(3)
  7. Ipod Touch Help...(5)
  8. Identify This Font(3)
  9. How Do I Change The Default Windows Font Size?(3)
  10. Size Of Graphic Cards?(5)
  11. Allowed Memory Size Exhausted(1)
  12. Text Size Problem(6)
  13. Allowed Memory Size Exhausted(4)


 



- Lo-Fi Version Time is now: 20th July 2008 - 12:07 PM