タグ

2007年2月15日のブックマーク (1件)

  • Squeaky Clean CSS | HuddleTogether.com

    This blog has moved to LokeshDhakar.com. The new RSS feed: lokeshdhakar.com/feed/ Thanks. -Lokesh I thought I'd share a little bit of what I've learned from noodling around with stylesheets these past few years. Here are some basic organizational practices I try to follow. ( Much of this might be old hat for you, and if so, just think of it as a refresher. I run into enough messy stylesheets that

    disable
    disable 2007/02/15
    制作時に無効化したいプロパティの頭に「x」をつけ、アップ時にはxから始まるプロパティを正規表現で削除。xから始まるプロパティはないわけで、これは賢い。