I guess this really continues on from my previous blog article about Grid-based layouts. A number of CSS frameworks have emerged over the last few months making it somewhat easier for front-end developers deliver consistent interfaces across web browsers.
A personal favourite of mine is to use the YUI Reset CSS along with the 960 Grid System I mentioned in the earlier post. This ensures that all elements; type, layout, input etc. are stripped back to their basics across all browsers through which you build on to. It means that any browser-specific padding applied to elements such as input buttons are removed and by declaring your own settings you know that you are getting a true value across web browsers.
Popularity: 5% [?]