「ePubで充分」的な言説をたまに見かけて不思議に思っていたのですが、それらの方々が「デザインはHTML+CSSで充分」と思っているのだとすればそれは単に無知で言っているだけだから仕方ないと思うようになりました。 ただ、現実には紙媒体のデザインとウェブデ... 続きを読む
みなさん、こんにちは、まーしーです。 PCも熱中症になって壊れないか冷や冷やする日が続いてますが、みなさんPCにも快適な環境で仕事されてますか? 以前にもどこかで見た気がするのですが、LESSというのを使うとCSSを少しだけすっきり記述することができま... 続きを読む
SlickMap CSS is a simple stylesheet for displaying visual sitemaps directly from HTML unordered list navigation.SlickMap CSS is a simple stylesheet for displaying finished sitemaps directly from HTML unordered list navigation. It’s suitable ... 続きを読む
An HTML CSS template with a sticky footer that works in modern browsers and all screen sizes. Internet Explorer, FireFox, Safari, Opera and even Google Chrome.CSS Sticky Footer Layout It Sticks to the Bottom of the Page! See that footer, way ... 続きを読む
How do you scale CSS for millions of visitors or thousands of pages? Nicole first presented Object Oriented CSS at Web Directions North in Denver. Since then, the response has been overwhelming. OOCSS allows you to write fast, maintainable, s... 続きを読む
A demonstration of what can be accomplished visually through CSS-based design.A demonstration of what can be accomplished visually through CSS-based design. Select any style sheet from the list to load it into this page. Download the sample h... 続きを読む
This is the new home of Blueprint, a CSS Framework. View live demos: Sample Page | Grid Test | Typography Test Download / fork / watch Blueprint at Github. Join the official Blueprint discussion group / mailing list to get your questions answ... 続きを読む
CSSのメンテナンス性の悪さは言うに及ばないだろう。どうとでも書けてしまう手軽さはあるが、ファイルが分かれていたり、ネストしている場所としていない場所があったりするともう管理ができなくなる。ちょっとした変更がどこに影響するかも分からず、もはや触... 続きを読む
hamaさんがTwitterで、 IE6を使って閲覧すると右上に『アナログ』って出るようにしようぜ。 って言ってたので、CSS HappyLifeでやってみた。 ボクが出来る2008年最後の大仕事でした。えぇ。 使いたい方は是非是非。 ちなみに、ボクが使った画像はコレです。自分... 続きを読む
CSSには擬似クラス(pseudo-classes)という指定がある。:first-child、:last-child、:nth-child(#)、:nth-child(odd)、:nth-child(even)、:only-childなどの擬似クラスのことで、これを活用するとHTMLに特別なidやclass指定を追加しなくとも、CSS側だけでスマ... 続きを読む
websocial.jp on 2008年4月4日 [CSS]スタイルシート設計のベースになる12のCSSのフレ… CSSのベースがあるかないかで作業効率が全然違いますよね。私も独自のCSSフォーマットを作りはじめてから作業スピードが格段にアップしました。 (more…) 続きを読む
CSS selectors are handy things. They make coding CSS easier, sure, but they can also help keep your markup clean. For example, here’s a chunk of code that doesn’t use selectors well: <ul class="products"> <li class="product">Item 1</li> <li... 続きを読む