I have been reading for a little while now about how web designers/developers plan to drop support for IE6. While I can understand the reasons behind this and I do agree with them to some extent but ultimately I will have to contest this decision.
In reality, there are two sides to this story, both of [...]
read more...
It’s not uncommon for web designers to implement a some form of a CSS reset. I generally use one, as it can be essential to reset some key elements. Unfortunately I am seeing a helluva lot of unnecessary and quite lengthy CSS.
The most used reset I have run into is something similar to this…
Code:
html, body, [...]
read more...