CSS for Forms: Formalize
Makes forms display somewhat consistently across browsers and operating systems, without making them too different / unexpected.The key...
View ArticleVertical sliding nav made with CSS
Link Title and URL: Vertical sliding nav made with CSS
View ArticleBringing Modern CSS to Internet Explorer
http://selectivizr.com/CSS3 selectors for IEselectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your...
View ArticleCSS and JavaScript aggregation in Drupal 7
stefan:h ave you noticed that javascript and css aggregation does not work as expected on dgd7.org. 17:28 mlncn: how do you expect it to work? they changed it in D7, mostly for the better 17:28...
View ArticleJQuery Masonry - David DeSandro
Link Title and URL: JQuery Masonry - David DeSandroMasonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically,...
View ArticleUnderstanding the Elements of Responsive Web Design
Link Title and URL: Understanding the Elements of Responsive Web DesignKey Features of a Responsive Web DesignIn order for a web design to be considered "responsive," it needs to have three key...
View ArticleMeasure CSS rendering time
The Net in Firebug can do this.Enable it, reload the page, and click on the CSS subtab.There are two values you can look as the render completion times, the thin red and thin blue lines, compared to...
View ArticleCSS Lint
Link Title and URL: CSS Lintvia Jacine.CSS LINTWill hurt your feelings*(And help you code better)Doin' the lint thang... LoadingCSS lint found 0 errors and 12 warnings. How can you fix it? See the...
View ArticleFont sizing with rem - Snook.ca
Link Title and URL: Font sizing with rem - Snook.caWhat do we do for browsers that don't support rem units? We can specify the fall-back using px, if you don't mind users of older versions of Internet...
View Article