Skip to content

Category Archives: Web-CSS

Hexadecimal CSS Color Extractor

Color Hound Update (4/27/2009): I’ve built my own twist on an extractor with some similar features and some different. Check it out! Here’s a nice tool that will extract color information from a stylesheet.  In my case, I had a 500 line CSS file and I needed to get a good idea of what colors [...]

Curvy Corners

One more Web-CSS tool for today.  This one is nice as you can apply a rounded corner to any div element.  It uses Javascript and CSS. Define your corner style in the CSS document for a class, then apply that style to the html element.  The JavaScript will do the rest.  It uses built-in corner [...]

Web-CSS Category and “Sexy Buttons”

I’m adding a new post category today, Web-CSS.  I’ll use this category to provide some quick notes on tricks and tips that I find useful for building websites. Today, Sexy Buttons, a handy tutorial with examples of how to implement HTML form submit buttons with better support for customized style using images. – Sexy Buttons [...]