Category Archive for: CSS

CSS is the markup language that is used all around the web to style websites. In this section of DivitoDesign, you will learn all about this fairly easy to use web language.

{4}

CSS Conditional Comments Guide

3/16/09 -

As you might know, Internet Explorer 6 isn’t the most modern browser out there. In fact, it is almost 8 years old, but many people are still using this un-secure access to the web. Because of this fact, webdesigners still… »

{43}

Building HTML/CSS Sites: Use a Template

2/27/09 -

If you are developing HTML/CSS websites with occasionally a little bit of JavaScript (just like myself), it can be very un-productive to write your basic codes over and over again.

For example, if you want to include a JS file for… »

{18}

Blueprint CSS Framework – Learn The Basics

2/01/09 -

Because of the success of the latest “Learn the Basics” article about the 960 CSS Framework, I feel there is a need for detailed tutorials on how to start with CSS Frameworks. It’s not uncommon that people don’t know the… »

{40}

CSS Resources: The Ultimate Collection

1/18/09 -

As a CSS developer (or as a learning CSS developer) you use many resources and sites that help you along the way. May it be as a CSS tool, as a bug fix, or even learning CSS via tutorials. I… »

{12}

Tricks to Solve 960 CSS Framework Problems

1/04/09 -

A couple weeks back we have learned about the basics of the 960.gs CSS framework. Today we will talk about 2 problems with the 960 framework you might have struggled with. This post acted like a problem solver.

Many of these… »

{45}

960 CSS Framework – Learn the Basics

12/15/08 -

CSS frameworks have been here for some time. About the usefulness of these frameworks has been discussed for numerous times. Some say CSS isn’t advanced enough, others say these frameworks saved them many hours of developing time. We will not repeat… »

{32}

9 Tips to Smaller & Optimized CSS Files

11/30/08 -

Because CSS files are loaded from inside the <head> tags, every visitor download these files. We optimize images and PHP files, but CSS files are often overlooked. We should though and that’s what we will do today.

We can use CSS… »