I am a designer, a blogger and a Wordpress nut!

Subscribe to my Feed

Tag Archives: css

How to Use CSS Clip Property for Inline Image Sprites

Mar 28 2010
sprites

In this tutorial I want to show you how to use the CSS “CLIP” property. This property has many uses and one of them allows you to create sprites with inline image tags. Most of the time you are using … Continue reading

Posted in Articles, CSS + HTML, Tutorials | Tagged , , , | Leave a comment

Building a Website from Scratch A to Z – Part 2 (Coding)

Jan 03 2010
designsite2

This is the second part of a two part series on building a website from scratch a to z. If you have not yet seen part 1 on “design”, you can follow the link below. Part 1 (Design)

Posted in Articles, CSS + HTML, Tutorials | Tagged , , , , , | 4 Comments

Building a Website from Scratch A to Z – Part 1 (Design)

Nov 29 2009
designsite

In this tutorial I want to show you how “I” build a website from designing the layout in Photoshop to coding it in Dreamweaver A to Z. I am expecting this to be a 2 part series. The first part … Continue reading

Posted in Articles, Basics, Design + Illustration, Photoshop + Illustrator, Tutorials | Tagged , , , , | 5 Comments

Discovered: Syntax Sensitivity with IE

Oct 20 2009
iesensitivity

As I was creating the tutorial for the input style I came across a CSS syntax sensitivity with IE6-IE8. It appears the following syntax will cause IE6-IE8 not to display the background image.

Posted in Articles, CSS + HTML | Tagged , , | 1 Comment

How to Style a Form Input Field

Oct 20 2009
inputstyles

In this tutorial, I want to show you how I personally style my form input fields that is cross browser compatible all with just CSS.

Posted in Articles, Basics, CSS + HTML, Tutorials | Tagged , , , | 30 Comments

Discovered: Images Supercedes Input Field Elements in IE8

Oct 17 2009
ie8-image-supercede

Recently I’ve discovered that in IE8 if you have an input field element on top of an image, you will not be able to get focus inside on the input field.

Posted in Articles, CSS + HTML | Tagged , , , , | 4 Comments