CSS
Override Inline Styles
Yesterday I blogged about CSS Specificity, where I mentioned in-line styles will take priority over all other CSS. However, there is a way to overwrite in-line styles, which I'll talk about in this article.
Read more...CSS Specificity
If you work with CSS you need to know CSS Specificity. This is one of the most important concepts to grasp with css. In this article I'm just going to briefly talk about CSS Specificity as many others have already covered the subject.
Read more...Compress and Combine CSS
In this article I'm going to show you how I merge and compress my CSS files using PHP.
Read more...CSS HTML sheet
The HTML CSS style sheet is one of the files I use with my own personal CSS framework. I've posted the actual file I use and explain how it works.
Read more...CSS Library
I like to create a library of styles which I can reuse across my websites. In this article I'm going to post the library I've created.
Read more...Organizing Your CSS
I'm always trying to make web development more efficient to save time. This article talks about how you can structure your CSS files so they are easier to work with.
Read more...CSS Reset
As an expert web developer, I need to support all browsers and their rendering of websites. In the past I used a third party css reset style sheet, but have since created one to fit closer to my needs
Read more...