Category Archives: CSS Tutorials

A collection of tutorials I have written on CSS.

Weird margin problem in IE with floating div’s

Here’s a rather quick css tutorial, but in my opinion, a rather important one. Have you ever noticed when you code a website that uses floating div’s that IE6 does some really weird things with the margin widths? I’ve came across this before, normally you can get away with a few extra pixels without having [...]

Posted in CSS Tutorials | Tagged , , , | Comments closed

Beginners Guide to CSS

In this guide I’ll be going through how to start out learning CSS. Hopefully by the end of this tutorial you will be much more comfortable using CSS to code websites.

Posted in CSS Tutorials | Tagged , , , , | Comments closed

Vertical List Menu

I used to find it hard to find a list menu that was compatible with all the browsers I use without having to use any CSS hacks that’s why when I created this one I decided to keep it and use it as my standard list menu, that way I only have to change certain [...]

Posted in CSS Tutorials | Tagged , , , , , | Comments closed

Essential CSS Code

When I’m coding a layout I like to start with a ready made CSS file that contains some code to make the actual coding of the layout easier. In this guide I’ll go through what I use and explain why. You should at least be familiar with CSS to properly understand this guide…

Posted in CSS Tutorials | Tagged , , , | Comments closed
  • Categories