[Javascript] Changing the font of all elements on a page

Laurent Muchacho LaurentM at london.virgin.net
Thu Nov 25 10:12:30 CST 2004


Hi 

If you search to change the font size to all input just put this into you
css or in a style tag in the head of your document
INPUT	{font-size:12px}
and all the input will have a font size of 12 pixels
If you need the textarea and the select box too then put this 
INPUT,SELECT,TEXTAREA	{font-size:12px}

Laurent


-----Original Message-----
From: Paul Cowan [mailto:dagda1 at hotmail.com]
Sent: 25 November 2004 15:25
To: javascript at LaTech.edu
Subject: [Javascript] Changing the font of all elements on a page


Hi all,

Is anyone aware how I can change of all the input tags on a page??

Thanks

Paul


_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript


This E-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.  If you have received this E-mail in error please notify the system manager.  This message contains confidential information and is intended only for the individual named.  If you are not the named addressee you should not disseminate, distribute or copy this E-mail.



More information about the Javascript mailing list