Trinithis
06-16-2007, 06:34 AM
1) CODE TITLE: Fuzzy Text
2) AUTHOR NAME: Trinithis
3) DESCRIPTION: Makes text fuzzy and blurred
4) URL TO CODE: http://trinithis.awardspace.com/fuzzyText/fuzzyText.js
5) URL TO DEMO: http://trinithis.awardspace.com/fuzzyText/fuzzyText.html
Just place the following in your page to blur your text:
<span><span>
Text and other markup here
</span></span><script type="text/javascript">fuzzyText(0)</script>
fuzzyText(0) blurs it in the vertical direction.
fuzzyText(1) blurs it in the horizontal direction.
Works best without enormous font.
Important Note: Due to an IE issue of rendering it correctly when an image is placed within the span containers, if you want the script to work properly, add this right when your BODY tag begins (so the glich works upon it instead of your actual blurred text and image):
<span style="display:none"><span>
<img src="someRandomImageHere.jpg" alt="" />
</span></span><script type="text/javascript">fuzzyText(0)</script>
2) AUTHOR NAME: Trinithis
3) DESCRIPTION: Makes text fuzzy and blurred
4) URL TO CODE: http://trinithis.awardspace.com/fuzzyText/fuzzyText.js
5) URL TO DEMO: http://trinithis.awardspace.com/fuzzyText/fuzzyText.html
Just place the following in your page to blur your text:
<span><span>
Text and other markup here
</span></span><script type="text/javascript">fuzzyText(0)</script>
fuzzyText(0) blurs it in the vertical direction.
fuzzyText(1) blurs it in the horizontal direction.
Works best without enormous font.
Important Note: Due to an IE issue of rendering it correctly when an image is placed within the span containers, if you want the script to work properly, add this right when your BODY tag begins (so the glich works upon it instead of your actual blurred text and image):
<span style="display:none"><span>
<img src="someRandomImageHere.jpg" alt="" />
</span></span><script type="text/javascript">fuzzyText(0)</script>