Quick tip: Reset Padding and Margin
Each browser has it’s own default rules and when it comes to padding and margin’s it can cause havoc when creating the CSS for a website. However, there is a simpler solution than trying to change the code for each indivdual element that’s causing problems. Using the following code at the start of a CSS [...]
Debugging HTML and CSS
HTML and CSS is an art. Give the same design to different developers and the code they deliver will never be identical. This can cause a number of problems when developing a website and ultimately in tracking down problems. This article has been created, not to solve all HTML and CSS issues but to ultimately [...]
CSS2.2
I’ve been doing a lot of reading recently and getting up to speed with the developments of CSS3 and discovering how it’s going to effect my day to day work.
Quick tip: CSS link ordering
From time to time I’ll come across a little tip or something useful that web designers should know or have easy reference to. When I’ve come across these bits of information in the past, I’ve usually added them to my browser bookmarks only to find that they become lost in a sea of favourites.However, so [...]