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 [...]
Category Archives: CSS Tutorials
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 beginners, css, css tutorial for beginners, guide, learn css 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…