css

Notes from Jeff Croft’s “Grids, CSS, Standards and Tomfoolery”

26 Jun 2009

This is a collection of links and quotes from last night’s Atlanta Web Design Group meeting. Jeff Croft discussed “Grids, CSS, Standards and Tomfoolery”. While it’s hard to follow along without seeing his presentation, the links are in order from when they were mentioned. View slides here.

Read More

Target Safari with CSS

22 Jan 2009

I recently ran across an issue with relative positioning in Safari. Luckily for me (and you), Dustin Brewer found a way to get Safari to behave: [css] @media screen and (-webkit-min-device-pixel-ratio:0) {      /* Add your Safari-specific styles here. */ } [/css]

Read More

WordPress 2.7 Comments – Style Starter #2

10 Dec 2008

In case you missed the first post related to WordPress 2.7 comments, please check it out. This is the second set of WordPress 2.7 Comment style starters. (Here’s Style Starter #1.)

Read More

WordPress 2.7 Comments – Style Starter #1

10 Dec 2008

WordPress 2.7 Comment Style Starters: WordPress 2.7 Comment Style Starter #1 WordPress 2.7 Comment Style Starter #2 Stylizing Threaded/Nested Comments in WordPress 2.7 In case you missed the first post related to WordPress 2.7 comments, please check it out. As promised here’s some starter CSS for stylizing comments in your WordPress 2.7-compatible theme. I hope…

Read More

Stylizing Threaded/Nested Comments in WordPress 2.7

03 Dec 2008

WordPress 2.7 Comment Style Starters: WordPress 2.7 Comment Style Starter #1 WordPress 2.7 Comment Style Starter #2 One of the features I love in WordPress 2.7 is the ability to have threaded (nested) comments up to 10 levels deep. While viewing comments on this – or any WordPress 2.7-powered – site, you’ll notice a Reply…

Read More

24 Apr 2008

WebKit now includes CSS Masks.

Read More

Housecleaning

26 Jan 2007

I’ve been messing with the site a bit, so if things look screwed up, forgive me. Seeing as this isn’t that far of a departure from what I already had on this site, I’m considering this Version 13.1.0. I’m trying to clean up my templates, add some additional functionality that I’ve been missing, and add…

Read More