If you aren’t familiar with Cufon then it’s a method of adding real fonts on your web site via Canvas and VML – no Flash or images are required which makes this a beautiful font replacement option for your web site. If you are looking to simply add Cufon to your web site then get your original font ready and …
Rounded Corners CSS
For those of you folks wanting to add rounded corners to HTML elements i.e. DIVs then you’ll probably already know that Webkit Browsers (Safari) and Moz Browsers (Firefox) already handle this with ease like so:- CSS: .round { -moz-border-radius:12px; -webkit-border-radius:12px; } Here’s a nice article explaining this in more detail: http://www.the-art-of-web.com/css/border-radius/ But as usual Internet Explorer lets us down with …