CSS Tip: Easy Cross Browser & Valid CSS Text Shadows

Published June 22, 2008 9 Comments 1 Delicious Bookmarks

Photo Credit: Glockenblume Although I am certain that I am not the only one doing this, I have developed an extremely easy way to get CSS text shadows without the need to use the wildly unsupported CSS property of text-shadow. .post_title { position:relative; padding:10px 0 0 0; } .post_title h1 { position:absolute; top:2px; left:2px; font-size:30px; [...]

CSS Tip: Easy Semantic Web Contact Information

Published March 30, 2008 0 Comments 1 Delicious Bookmarks

The semantic web is coming in a hurry, so now is as good a time as any to embrace it and spend a few minutes to update your web site accordingly. On my site here, and for every member on my local community site, I use the same small snippet of HTML to make my [...]