css Blog

Jack Haas
Feb 3, 2010

A lesson in the usefulness of CSS sprite generators

The basic premise of a sprite image is to consolidate your site's graphics into one (or more) master image file. Then, with the magic of CSS's background-position property, you can shift the master sprite image around and only reveal the parts you want. Like a window. Some might even say like a... more
Amanda Luker
Jun 12, 2009

10 Tips for Theming Drupal 6 Forms

In the last month, I've been working on a project that requires a very custom look and feel for login/register/adding content forms, and worked what I've learned into a presentation. Now I've got a little running list of tips for whipping Drupal forms into shape. ... more
Jack Haas
Jun 11, 2009

Faking imagecache for external images in Drupal

Imagecache is just one of those modules that we use on a consistent basis. There are usually many places within a complex site where the ability to crop and scale an image to a certain size comes into play. While this works great for images that you are storing on your own server, you run into... more
Amanda Luker
May 22, 2009

Table-free Gallery Grid View in Drupal

In my role here at Advomatic, doing Drupal Development, for the last two projects I’ve worked on, I’ve gotten requests for a surprisingly tedious layout that looks a little like this: ... more
Jack Haas
May 6, 2009

Tales from the IE Freakshow: There's limit on the number of CSS files it can load

The prankster that it is, Internet Explorer has thrown an issue at us recently that really had us scratching our head for a little bit. It turns out, IE 6/7/8 has a limit on the number of CSS files you can load. Anyone who's worked on a medium to large Drupal site knows that you can have a very... more
Jack Haas
May 5, 2009

Calling it a wrap: A checklist for your theme's finishing touches

Whew. It's finally over. Months and months have gone by, and the project you've been working on is almost ready for launch. Normally, you'd be happy to just push the project... more
Syndicate content
Contact Us