Tag Archives: CSS

20 Sites That Brought CSS into the Mainstream

When I started collecting sites for this article, I assumed it would be easy since so many people had made great contributions to CSS. But then I realized that, rather than the people, it’s actually about the web sites. What web sites have advanced CSS? There are so many, and when I separated the sites from [...]

10 Cool Things We’ll Be Able To Do Once IE6 Is Dead

James Edwards on Sitepoint blog looks at 10 cool things which would be possible to do after final nail to IE 6 coffin.
List includes Use child selectors, Use attribute selectors, Trust z-index again, Make full use of 24-bit PNGs and my personal favorite Enjoy ourselves again!
Read the full article

Embedding PHP In CSS

Interesting twist to CSS and PHP.
Perhaps one of the most frustrating aspects of using PHP with websites, is getting variables into CSS. Having variables stored in an ini file, config file or even a database can make the updating of the look and feel of a site simple, however, CSS files, by default, do not [...]