Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: dynamically changing fonts


Message #1 by "Deirdre Bookman" <dbookma@c...> on Mon, 7 May 2001 19:51:23
>It worked!!  Thanks so much

 
In Internet Explorer the following JavaScript should work:
> 
>          document.body.style.fontFamily = 'Arial;
> 
> However, this isn't very cross browser. I've tried to find ways to do 
this 
> in other browsers as well, but haven't found a solution yet.
> 
> Imar
> 
> 
> At 07:51 PM 5/7/2001 +0000, you wrote:
> >Is it possible to create a drop down list of different font styles 
(Arial,
> >Helvetica etc...) and having the selection applied to the whole page??
> >Any help here would be greatly appreciated!
> 

  Return to Index