April 27th, 2009
I’ve never really played around with PNG transparency because of IE6s lack of support. But, recently I wanted to use it on a project, and I knew there’s a Microsoft solution using AlphaImageLoader. So I gave it a try, and it worked fairly well. Until I went to click a link. [...]
Read More
Tags: IE6, PNG, transparency
Posted in CSS Tips and Tricks, JavaScript Tips and Tricks | No Comments »
January 20th, 2009
If you’ve used Safari for any amount of time, there’s a good chance you’ve noticed it allows users to resize textarea sizes. This can be a cool feature, but not always a good one. It’s not likely to do any real harm, but it may break your layout. Of course, some could [...]
Read More
Tags: CSS
Posted in CSS Tips and Tricks | No Comments »
December 19th, 2008
There are several ways that CSS can work along with SEO. Today, I’ll cover one quick option: styling the abbr tag.
Say, for instance, you have a link that states that your site is valid XHTML. Well, inside of the link use the abbr tag around the word XHTML. Inside of the abbr tag you use [...]
Read More
Tags: CSS, seo
Posted in CSS Tips and Tricks | Comments Off
October 23rd, 2008
CSS can be one of the most powerful tools a developer has in their arsenal. It can make changing styles a breeze compared to inline styles. But, it can also be one of the most frustrating tools a developer has. It’s not CSS in and of itself. Rather, it’s the support, [...]
Read More
Tags: browser support, CSS
Posted in CSS Tips and Tricks | No Comments »