Royal Deer Design, Web Design New York City. We are a web design and internet marketing company located in New York City
Saturday June 19, 2010, 15:27We are working on a website with a dynamic font size functionality. Do you know that this so useful functionality costs only two lines of code? If you consider the need of people to see larger fonts on your website you can use JavaScript code crated by our web developer.
<script type="text/javascript">
<!--
function changeFontSize(multiply)
{
if (document.body.style.fontSize == "") document.body.style.fontSize = "1.0em";
document.body.style.fontSize = parseFloat(document.body.style.fontSize) + (multiply * 0.2) + "em";
}
-->
</script>
<a href="javascript:void(0);" onclick="changeFontSize(1)">+A</a>
<a href="javascript:void(0);" onclick="changeFontSize(-1)">-A </a>
You can use this code on your website, just copy the code and past it into your document.
Tweet
Javascript Change Font Size
Change Font Size with Javascript
Ready to use code:<script type="text/javascript">
<!--
function changeFontSize(multiply)
{
if (document.body.style.fontSize == "") document.body.style.fontSize = "1.0em";
document.body.style.fontSize = parseFloat(document.body.style.fontSize) + (multiply * 0.2) + "em";
}
-->
</script>
<a href="javascript:void(0);" onclick="changeFontSize(1)">+A</a>
<a href="javascript:void(0);" onclick="changeFontSize(-1)">-A </a>
You can use this code on your website, just copy the code and past it into your document.
Tweet
- Opera - there are browsers worse than IE | Blog/News | Sunday December 13, 2009 5:00
Few reasons: - problem with displaying images, in... - New York Times will Charge for Online Access | Blog/News | Wednesday January 20, 2010 13:16
The New York Times is going to charge readers for ... - Entrepreneur.com writes about a website from our portfolio! | Blog/News | Saturday January 23, 2010 20:19
Royal Deer Design is working with MV Sport on the ... - Google Voice | Blog/News | Wednesday January 27, 2010 7:56
The conflict between Google, Apple and AT&T about... - Website loading time | Blog/News | Wednesday February 03, 2010 10:47
According to a new study from Gomez (the company w...
- Website Design | Articles/Encyclopedia | Sunday January 17, 2010 17:44
Web design (Website Design). Web design it is a se... - Bounce Rate | Articles/Encyclopedia | Friday February 26, 2010 21:51
Bounce rate - a phrase used in website site traffi...


#SSL Certificate 101 http://t.co/CYwZIhvP