This is basically the select in question.

<select name="line1font" onchange="changeFont(this,1);">
<option value="Arial, Helvetica, sans-serif">Arial</option>
<option value="'Arial Black', 'Arial Black', Gadget, sans-serif">Arial
Black</option>
<option value="'Comic Sans MS', cursive">Comic Sans</option>
<option value="'Courier New', 'Courier New', Courier, monospace">Courier
New</option>
<option value="Georgia, serif">Georgia</option>
<option value="Impact, Charcoal, sans-serif">Impact</option>
<option value="'Lucida Console', Monaco, monospace">Lucida Console</option>
<option value="'Lucida Sans Unicode', 'Lucida Grande', sans-serif">Lucida
Sans Unicode</option>
<option value="'Palatino Linotype', 'Book Antiqua', Palatino,
serif">Palatino</option>
<option value="Tahoma, Geneva, sans-serif">Tahoma</option>
<option value="'Times New Roman', Times, serif">Times New Roman</option>
<option value="'Trebuchet MS', Helvetica, sans-serif">Trebuchet MS</option>
<option value="Verdana, Geneva, sans-serif">Verdana</option>
<option value="'MS Sans Serif', Geneva, sans-serif">MS Sans Serif</option>
<option value="'MS Serif', 'New York', serif">MS Serif</option>
</select>

I didn't know if a plugin existed that could take the value and apply it as
a style to the elements of the select somehow.


Thanks

Steffan




> From: Steffan Cline <stef...@hldns.com>
> Reply-To: <jquery-en@googlegroups.com>
> Date: Sat, 02 Jan 2010 14:07:36 -0700
> To: "jquery-en@googlegroups.com" <jquery-en@googlegroups.com>
> Subject: [jQuery] Select with different fonts for each element
> 
> I have a <select> where a user selects a font (style) and it is applied to
> text on the page. What I am after is if there is a way via plugin etc where
> the dropdown will have the style applied to each row. I am after something
> like a font menu in MS Word buy using web fonts.
> 
> Any suggestions?
> 
> 
> Thanks
> 
> Steffan
> 
> ---------------------------------------------------------------
> T E L  6 0 2 . 7 9 3 . 0 0 1 4 | F A X  6 0 2 . 9 7 1 . 1 6 9 4
> Steffan A. Cline 
> stef...@execuchoice.net                             Phoenix, Az
> http://www.ExecuChoice.net                                  USA
> AIM : SteffanC          ICQ : 57234309
> YAHOO : Steffan_Cline   MSN : stef...@hldns.com
> GOOGLE: Steffan.Cline             Lasso Partner Alliance Member
> ---------------------------------------------------------------
> 
> 
> 
> 
> 


Reply via email to