CSS Less: Extend CSS By Adding Variables, Mixins, Operations and Nested Rules
LESS is an extension to CSS. Less uses existing css syntax. This means you can migrate your current .css files to .less in seconds and there is virtually no learning curve.
The best way to explain Less is to show you (…)
Use A Body ID To Style Your Website In CSS
Trevor Davis wrote a convincing article why using ID’s in the body tag makes sense. I often use it to keep different page layouts sorted and inserted an id manually. Now he shows an interesting way using PHP and/or Wordpress. (…)
CSS Revolution - Use Condition Rules WITHIN Styles
Undoubtedly you will have found many a situation where different web-browsers require different style statements. Conditional-CSS addresses this by letting you add Internet Explorer style conditions inline with your CSS statements.
Condition example
Why using it?
Conditional-CSS allows you to write maintainable CSS (…)
CSS Freedom - Redesign HTML Form Elements As You Like
Ryan Fait presents a method to customize the booring html form elements with css and a little javascript to that you have always dreamed of. It will allow you to use custom images for checkboxes, radio buttons and select lists.
CSS: 7 Free Perfect Multi-column Liquid Layouts
This series of website layouts use percentage widths and relative positioning, and they work with all the common web browsers including Safari on the iPhone and iPod touch. They’re also ’stackable’ so you can use multiple column types on the (…)




