I just came across a great site with tons of pre-built CSS layouts. It's well worth a look and I will be trying it out for sure in the near future.
http://layouts.ironmyers.com/
Smashing Magazine has posted a great article on CSS support between the different versions of IE.
The article is very in depth (I learned some new CSS Properties) and well worth a read. The only noticeable ommission I found was the IE6 double margin bug which catches me out on a regular basi...
[More]
I'm commonly searching on the internet for the solution to the IE 6 double margin bug so I thought I would finally get round to committing it to the blog.
In IE 6 When you are floating a div you may get double the margin you expect.
The solution to this is to use: display: inline; o...
[More]
I just came accross this great concise list of CSS 3 Elements. Its well worth checking out to see what is possible with
CSS3. Personally I can't wait to stop supporting the old IE browsers that are
not very standards compliant and am looking forward to a point in time when all
browsers will...
[More]