タグ

CSSに関するitaliajinのブックマーク (4)

  • Fun With CSS Shapes - Nettuts+

    I bet a bunch of you don’t realize that we can create the illusion of shapes by using 100% CSS. By utilizing the border property in creative ways, we can make some really interesting polygons. In this week’s screencast, we’ll figure out a way to create speech-bubbles without resorting to background images. Most of us, by now, are familiar with using the “-moz-border-radius” and “-webkit-border-rad

    italiajin
    italiajin 2009/04/08
    ピュアCSSでふきだしを作るメモ。この発想はなかった。覚えておこう。
  • IE8が対応したCSSと標準規格 - builder by ZDNet Japan

    Internet Explorer 8(以下、IE8)の正式版がリリースされた。IE7は標準規格への準拠が不十分で多くのウェブ制作者を失望させたが、IE8ではCSS 2.1をサポートして多くのバグを修正し、FirefoxやSafariなどのブラウザと同じように、標準に準拠したかたちでページを表示できるようになっている。 そこで連載「IE8のCSS対応」では、IE8が新規に対応したCSSと標準規格について大まかにまとめ、別稿で個別の機能や修正されたバグなどについて細かくみていきたい。 IE8がサポートした標準規格 今回、IE8がサポートした標準規格はW3CのCSS 2.1だ。IE7には未対応のCSS 2.1のプロパティや値があったが、IE8では一通りサポートしている。 IE8が新規にサポートした主なCSS 2.1の機能 機能セレクタやプロパティ

    IE8が対応したCSSと標準規格 - builder by ZDNet Japan
    italiajin
    italiajin 2009/03/28
    とりあえずCSS 2.1をサポートしたならもう何もいうまい……。
  • Free Online CSS Beautifier / Formatter - Styleneat

    What does Styleneat do exactly? It organizes and standardizes your CSS - selectors, sub-selectors and properties - in a structure that makes it easier to define page areas and see how they relate to each other. So, for example, it turns this: #id1 { property: value; } #id1 .class1 { property: value; } #id1 .class1 a { property: value; property2: value2; property3: value3; } #id1 .class1 a span { p

    italiajin
    italiajin 2009/03/28
    CSSを自動インデントしてくれるwebサービス。firebug全コピペ→本サービスとか良さげ。サイト表示時にはどうせ1行に圧縮するのだから意味はないのだけど、編集するときに効率がよくなりそうです。
  • https://devthought.com/tumble/2009/03/tip-high-quality-css-thumbnails-in-ie7/

    italiajin
    italiajin 2009/03/21
    画像の縮小表示を綺麗に見せるIE7の独自拡張。リサイズする余裕がない場合は役に立ちそう。
  • 1