CSS

Theme Switcher With PHP Variables In CSS

Theme Switcher With PHP Variables In CSS

January 20th, 2010

There are many theme switchers out there that do the job just great. Whether you change the theme via a server sided script like PHP or through Javascript most theme switchers do the job of changing the CSS file that styles your content.  But what if you want to just change a few of the styles on the page? What if you only want to have to update just one CSS file? Read the rest of this entry »

Cross Browser Transparent Div With Opaque Content

Cross Browser Transparent Div With Opaque Content

February 1st, 2009

As described in an earlier tutorial covering CSS tips and tricks we can create content in a page element and style that element to be semi transparent using a variety of techniques so that the transparency works across multiple browsers. Using this technique on a div will also make the containing content semi-transparent.

We will look at a method to transform the content to opaque onto a semi-transparent background across multiple browsers.
Read the rest of this entry »

A Quick Selection of CSS Tips

A Quick Selection of CSS Tips

January 24th, 2009

I have compiled a quick list of some useful CSS hints and tips that I use in nearly every website I create.  A lot of my time has been saved by using these CSS techniques. Read, learn and use them in your projects.

Read the rest of this entry »

CSS Ultimate Layout Template!

July 13th, 2007

When I heard the word templates in the past I would cringe at the thought of being thoroughly restricted to a set format which would dilute the design by making you have to compromise with what was already set in place with the template. As I gained more of an understanding of how CSS works, however I begin to see how CSS templates can be successfully used as a great tool to speed up the process of implementation.

Read the rest of this entry »