CSS3 box-shadow and image hover effects
# Linked to 25 January 2010, 11:38 in Tutorials by Sam Brown
An interesting way of applying the box-shadow property is to use it for image link hover/mouseover effects. That’s not the only use of course but I think it’s a good one. In this case, more advanced browsers will see the drop shadow applied but other browsers will see a slightly less decorative effect.
How to Create a Cool Anaglyphic Text Effect with CSS
# Linked to 4 January 2010, 10:01 in Tutorials by Sam Brown
Let’s take a look at how to create a cool anaglyphic style text effect for sprucing up your web designs, while taking into consideration semantics and avoiding the repetition of any markup.
Shadows and CSS3
# Linked to 15 December 2009, 19:53 in Articles by Pat Dryburgh
Applying text-shadow to elements is easy, and coupled with RGBA it works beautifully. Since both text-shadow and RGBA are supported by Safari, Firefox, Konqueror, and Opera, why not start playing with them now?
Realigning For A Beautiful Web using HTML5, CSS transforms and transitions
# Linked to 3 November 2009, 18:18 in Tutorials by Kevin Holesh
Example of using CSS transitions to add a visual treat to Webkit browsers. CSS transitions are coming to Firefox in 3.6, but for now, this tutorial only works in Webkit browsers.
View the live example on the For A Beautiful Web homepage.
CSS Sprites: What They Are, Why They’re Cool, and How To Use Them
# Linked to 30 October 2009, 03:25 in Tutorials by Kevin Holesh
The name might be a little misleading, because sprites aren’t little images like you might be picturing, a sprite is actually one big image.
This article will show you how to use CSS Sprites to cut down on HTTP requests and improve the efficiency of your web page. Also, it suggests the handy tool SpriteMe to automate the heavy calculations and eliminate the need for Photoshop.
Using Rounded Corners with CSS3
# Linked to 26 October 2009, 16:39 in Tutorials by Kevin Holesh
As CSS3 gets closer to becoming the new standard for mainstream design, the days of rounded corners through elaborate background images is fading. This means less headache and time spent working out alternatives for each browser.
This article compares the current browser implementations of the
border-radiusCSS3 property.
The Ultimate Guide to Creating a Design and Converting it to HTML and CSS
# Linked to 26 October 2009, 12:13 in Tutorials by Ross Chapman
This screencast will serve as the final entry in a multi-part series across the TUTS sites which demonstrates how to build a beautiful home page for a fictional business. We learned how to create the wireframe on Vectortuts+; we added color, textures, and effects on Psdtuts+; now, we’ll take our completed PSD and convert it into a nicely coded HTML and CSS website.
Clickable List Item
# Linked to 20 October 2009, 16:34 in Tutorials by Kevin Holesh
Making an entire list item clickable (instead of just the actual text) is an easy way to improve usability. All it takes is a couple simple CSS rules.
Purely CSS – Faking Minimum Margins
# Linked to 20 October 2009, 16:25 in Tutorials by Kevin Holesh
Sadly,
min-marginis nonexistent in the CSS world. I was okay with that – until recently, when I realized I needed it. After a fair share of general thought and Google usage, I arrived upon a solution, which I invite you to check it out.
Mastering CSS Coding: Getting Started
# Linked to 20 October 2009, 12:50 in Tutorials by Ross Chapman
If you are getting your feet wet with CSS, this is the perfect time to fire up your favorite text editor and follow along in this tutorial as we cover the most common and practical uses of CSS.