CSS Posts

Force a CSS Refresh in WordPress

Force a CSS Refresh in WordPress

WordPress Development for clients can have a number of different common problems. One problem I used to run into regularly is after I’ve completed a website...

Websites in a Flash CSS Reset v1

Websites in a Flash CSS Reset v1

As one does more and more work with CSS, you start to create a CSS Reset that work well for you and your workflow. There is some important code that I always recommend...

CSS Scroll Box instead of iFrames

You’ve probably heard “iframes are horrible with search engines.” Well, they are. I recently had a client want me to create scroll boxes for their...

CSS – Paragraph Indent Text

“Can you indent the paragraphs?” This can be a very dreaded request to a web designer who doesn’t know better. This may mean that you have to go...

Programming on Principle

There are many different ways to program websites. There a many different ways to program the exact same website. If you gave the same design to 100 different website...

CSS – Absolute Position Sidebar

This is what I call CSS tip in 30 seconds: It is very useful to be able to put your navigation bar or side bar at the bottom of your HTML, and absolute position...

CSS – Unordered and Ordered Lists

As many young website designers do, when I first got started working with HTML and CSS, I tired to stay as far away from Unordered Lists (<ul>) and Ordered...

CSS – Float

Their is magic in Cascading Style Sheets. (Some properties more than others, but still magic.) Float is one of those CSS properties that really fundamental for any...