Font effect is a jQuery plugin that add some effect to html text.
The available effects are (for now) Outline, Shadow, Gradient and Mirror, here is an example:
No images are used for these effects and no additional CSS is necessary, All effects are contained in the plugin (only 7k minified) and do not interfere with page rendering in older browser or browser with javascript disabled.
It is ideal for styling menus or dynamically generated headlines (as in blogs).
It is very easy, download the plugin here and include it in your page after the jQuery plugin (the 1.3.2 vesion or better)
<script type="text/javascript" src="jquery-1.3.2.js"></script> <script type="text/javascript" src="jquery-FontEffect-1.0.0.min.js"></script>
Now you are ready to apply effects on elements.
Basic Use:
This is the simplest example,
$("#example0").FontEffect()
In this case no options are set and default values (outline for the effect) are used, this is the same as to say
$("#example1").FontEffect({ outline:true })
the border color, if not set, will be automatically set to a contrasting color, note that font family and other options for these examples are set in the CSS.
Demo: http://www.iofo.it/jquery/fonteffect/
Download: http://plugins.jquery.com/files/jquery-fonteffect-1.0.0.zip
Source: http://www.iofo.it/jquery/fonteffect/

Related Listings:
RSS feed for comments on this post. TrackBack URL
October 11th, 2009 at 3:00 am
[...] This post was mentioned on Twitter by Web Development News. Web Development News said: Font Effects – jQuery Plugin: Font effect is a jQuery plugin that add some effect to html text. The avail.. http://bit.ly/KYPYM [...]