タグ

cssに関するtaka_2のブックマーク (8)

  • セレクタ - CSS

    CSSにおいては、パターンマッチの規則を用いて、木構造内の要素に適用されるスタイル規則を決定する。 セレクタと呼ばれるこれらのパターンは、単純に要素名のみのものから、複雑な前後関係を照合できるものまで多岐に亘る。パターン内に示された全条件がある要素にあてはまる時、そのセレクタと要素はマッチ(match)していると言う。 セレクタ内に記述する構造化言語の要素名について大小文字の区別を行うかどうかは、構造化言語によって異なる。たとえば、HTMLでは要素名の大小文字は区別されないが、XMLでは区別される。 以下の表にCSS2セレクタ構文の概要を示します。

    taka_2
    taka_2 2010/12/08
  • HTML+CSSコーディングが10倍速くなるZen Coding

    ヤフー株式会社は、2023年10月1日にLINEヤフー株式会社になりました。LINEヤフー株式会社の新しいブログはこちらです。LINEヤフー Tech Blog 初めに こんにちは。R&D統括部 制作部 ウェブデベロップメント部に所属しております。岡部和昌(@kzms2)と申します。 今までZen Codingの基(マークアップ効率化 - zen-codingでコーディングを倍速に)、Zen Codingの応用(Zen-Codingの応用でもっと超速に- 原稿ありきの変換について)と二つの記事を書いてきましたが、今回もまたZen Codingについての記事となります。 Zen Codingしか知らないわけではないのですが......立て続けの内容ご容赦いただければと思います。 今回は今までの記事とは違って、11月26日(金)発売予定の「HTML+CSSコーディングが10倍速くなるZe

    HTML+CSSコーディングが10倍速くなるZen Coding
  • 覚えて良かったCSSテクニック « zaru blog

    ここ最近、覚えてよかったなーと思ったCSSテクニックをまとめてみる CSSテクニックは時代とともに変わっていくけれど、ここ1年ほどスタメンレベルで使うCSSテクニックが絞られてきたので、ここらでちょっと個人的にもまとめておこうかと。 liボックス 幅:190px マージン:15px liボックス ダミーテキスト。ダミーテキスト。ダミーテキスト。ダミーテキスト。ダミーテキスト。 liボックス ダミーテキスト。ダミーテキスト。ダミーテキスト。ダミーテキスト。ダミーテキスト。 <li>にはクラスを指定せずに、左右にぴったりくっ付くように配置が可能。 <style type="text/css"> #box1{ width: 600px; } ul{ width: 615px; margin: 0 -15px 0 0; overflow: hidden; _zoom: 1; font-size:7

    taka_2
    taka_2 2010/04/23
  • CSSDesk - Online CSS Sandbox

    body { font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif; padding: 100px; font-size: 13px; } div { background: #fff; margin: 0 auto; width: 200px; padding: 100px; text-align: center; /* border-radius */ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; /* box-shadow */ -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px; -moz-box-shadow: rgba(0,0,0,0.2

  • 7 Advanced CSS Menus Roundup - noupe

    New techniques are being developed and updated all the time for creating unique menu techniques. We keep an eye on the recent developments and collect new ideas and methods for our readers and after all the great appreciation this post got 13 Awesome Javascript CSS Menus, i thought it would be nice to get you a fresh round-up of 7 Advanced CSS Menus techniques, that might be useful for you in your

    7 Advanced CSS Menus Roundup - noupe
    taka_2
    taka_2 2010/03/29
    メニューの作り方
  • HTML&CSSサンプル集

    aichan.biz This domain is expired. The domain owner has to renew it from the admin setting if you continue using it. 2018 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner direct

  • デフォルトスタイルの差異を無くすCSS

    taka_2
    taka_2 2006/04/22
  • CSS Beauty | CSS Design, News, Jobs, Community, Web Standards

    In a world increasingly filled with distractions, productivity and organization can be a…

    CSS Beauty | CSS Design, News, Jobs, Community, Web Standards
    taka_2
    taka_2 2005/12/13
  • 1