Archives

Category Archives: CSS

Slick, CSS 3 Image Drop Shadows

CSS, Design, Tutorials4 comments

Today, while working on a theme update for my buddy AJ Clark, of WP Explorer, I cooked up some sick CSS 3 only drop shadows.
Continue Reading

Freebie – CSS 3 Drop Down Menus

Freebie – CSS 3 Drop Down Menus

CSS, Freebies1 comment

A simple multi level drop down menu I put together the other night coded entirely in CSS 3 with graceful degradation for non-supported browsers.
Continue Reading

Quick Tip: Remove right margin from column post layout with php

CSS, Design, PHP, Tutorials, Wordpress, WordPress Tutorials3 comments

One of the most popular layout styles right now is the Three Column grid, particularly for News-like websites.

Well, one of the main problems coders will run into when creating the layout with CSS is how to make all the columns fit correctly, while retaining the correct margins.
Continue Reading

Alternate Your Comment Colors

Alternate Your Comment Colors

CSS, Tutorials, WordPress Tutorials2 comments

Effectively styling comments can be a difficult task. One tip to make your comments more readable is to alternate their background colors.
Continue Reading

Override Inline Styles

Override Inline Styles

CSS, Tutorials9 comments

A few weeks ago I ran into a problem while styling some elements in a wordpress plugin. The source of problem was that the plugin author had used inline styles to control the elements. Continue Reading