CSS (Cascading Style Sheets) Articles

Here you find CSS (Cascading Style Sheets) examples and articles written in English.

These CSS examples are written by Eivind Savio, and were previous published on Strictlycss.com. Since Strictlycss.com is being shut down, they are now redirected to my personal, Norwegian website Savio.no.

Horizontal and tabbed CSS menu with sub menu

This article explains and shows examples of horizontal CSS menus with sub menus (or nested lists as this is also called). The menus are made without absolute positioning.

Flexible floated two column CSS layout

There are many tutorials about how to make two column CSS layouts, and you have maybe seen one that looks similar. Anyway, here is a solution which ...

How to center a tabbed horizontal CSS menu

This article shows and explains a different method for centering a horizontal aligned tabbed CSS menu without using any width at all on the menu. The ...

CSS fluid layouts with faux columns

Faux columns is a method of making CSS columns appear equal in length, regardless of the content that they contains. The method was originally developed ...

Three column fluid CSS layout with rounded content corners and 100% height

There are many examples of rounded corners made with CSS, but not many (or none?) where the box with the rounded corner is used within a three column ...

The only CSS layout you need(?)

One of the arguments for switching from table based layout into CSS based layouts are the flexibility CSS gives us. However, despite the flexibility, ...

CSS breadcrumb using background image

Breadcrumbs is a term used to describe hierarchical links that tell the visitor where he/she currently is on your site. Visually breadcrumbs are just ...

Different font color than line-through color with CSS

I got a question if it was possible to make the linethrough in red and still have the font color in black. The answer to this is that it's not possible, ...

Give Feedback