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;
color:#C9D8E9;
padding:0;
margin:0;
}
.post_title h6 {
position:absolute;
top:0;
left:0;
font-size:30px;
color:#4471A2;
padding:0;
margin:0;
}

Lorem ipsum dolor sit amet consectetuer
Lorem ipsum dolor sit [...]

CSS Tip: Easy Semantic Web Contact Information

Published March 30, 2008 0 Comments 0 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 [...]