タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

jQueryに関するsweetloveのブックマーク (2)

  • ThemeRoller | jQuery UI

    Using ThemeRoller ThemeRoller allows you to design custom jQuery UI themes for tight integration in your projects. To create a custom theme, select the Roll your own tab and tweak the settings. As you work, the UI components to the right will update to reflect your design and you can download your theme whenever you like. If you'd like to use a pre-designed theme, select the Theme Gallery tab and

  • リストやテーブルを簡単かつ綺麗にストライプ状に色分けする方法

    リストとかテーブルをストライプ状に色分けしようとするとき、 セルとか列に対して一つ一つクラスをつけて、 そしてCSSで装飾するのが一般的だと思います。 でも、クラスを一つ一つにつけていくのって面倒じゃないですか? 今回紹介する方法を使えば、 簡単かつ綺麗に色分けすることができるので、 参考にしてみてください 面倒なやり方:一つ一つにクラスをつけていく まずはオーソドックスに、 一つ一つにクラスをつけて行く方法を紹介しておきます。 ■HTMLソース <ul> <li class="list01-odd">リスト1</li> <li class="list01-even">リスト2</li> <li class="list01-odd">リスト3</li> <li class="list01-even">リスト4</li> <li class="list01-odd">リスト5</li> </

    リストやテーブルを簡単かつ綺麗にストライプ状に色分けする方法
    sweetlove
    sweetlove 2008/06/11
    jQueryを使って簡単に色分け
  • 1