CSS

25 Code Snippets for Web Designers

This is a nice list of html, css, javascript and ajax scripts. You are bound to find something new. The one that stood out to me was the sIFR. It replaces peices of text with any font you want even if the font is not installed on a visitors computer. It’s also SEO friendly… We [...]

CSS Speech Bubbles

Yes, you can make speech bubbles using CSS. Say goodbye to stinky old tables. The codes quite simple, it’s customizable and best of all…. it’s free. It works in the following browsers: Internet Explorer 6 & 7 Firefox 2.0 Safari 2.0 Opera 9.0 I’m loving the compatability these days! CSS Speech Bubbles

Showing Hyperlink Cues with CSS

This is pretty cool. Have you ever wondered how some websites have those neat little icons next to their hyperlinks? I’ve seem them around more and more lately. I first saw them on Wikipedia.org on any links that exited their website. Anyhoo, I found a tutorial that gives you a guide to adding them to [...]

How to write clean CSS – Squeaky Clean CSS

I’m fascinated with CSS these days and can’t get enough of it. I’m learning new stuff all the time and I’m keen to keep on filling my brain with knowledge. I’ve come across a nice little blog post on how to write clean CSS It certainly picked me up on a few layout tricks to [...]

CSS Layout Techniques: for Fun and Profit

I came across this cool CSS Layout site that includes sample code for popular CSS layouts… If you are looking for help making the transition to CSS layout (that’s Cascading Style Sheets), you’ve come to the right place. I am cataloging here as many useful cross-browser CSS layout techniques as I can find, and some [...]