The Power of CSS

Jul 23

What Do I Know

Development wise, it’s the perfect event to exploit CSS, for with one style sheet (and a handful of common templates) you can style not only generic content (paragraphs, structure, navigation) but also apply colors, icons, and other presentational elements according to which team site the user is viewing.

This is the kind of thing that makes css so powerful. If clients only know that they could maintain multiple site for different customers without rebuilding the whole site.

In fact in Belgium or other multi-lingual places this can help even more as many part of a site don’t always have a translation, those items can easily be hidden with css vs trying to hide content in a table that provides structure.

Bravo.