Permalink
mippe on css and design
  • vote
    32
    0 starsmippe | Shared With: Everyone - Jun 28 2008 | javascript, css, design
    CSSとJavaScriptで飾りつけする吹き出し風デザイン*ホームページを作る人のネタ帳

    動作環境は以下のとおり
    ・Internet Explorer 6 & 7
    ・Firefox 2.0
    ・Safari 2.0
    ・Opera 9.0

    導入は比較的簡単です。
    ダウンロードしたファイルのうち、index.htmlを開いてみるとわかると思います。

    <link rel="stylesheet" href="bubbles.css" type="text/css" media="screen" charset="utf-8" />
    <script type="text/JavaScript" src="rounded_corners.inc.js"></script>
    <script type="text/JavaScript">
    window.onload = function() {
    settings = {
    tl: { radius: 10 },
    tr: { radius: 10 },
    bl: { radius: 10 },
    br: { radius: 10 },
    antiAlias: true,
    autoPad: true
    }
    var myBoxObject = new curvyCorners(settings, "rounded");
    myBoxObject.applyCornersToAll();
    }
    </script>

    呼び出しはこれ。
    これを<head>~</head>の中にいれる。

    後は表示したい部分で呼び出せばOK。

    灰色背景の場合

    <div class="bubble">
    <blockquote>
    <p>Works great for blog comments!</p>
    </blockquote>
    <cite><strong>John Smith</strong> on 1st January 2007 at 3:55pm</cite>
    </div>

    バック灰色、淵が白の場合

    <div class="bubble">
    <div class="rounded">
    <blockquote>
    <p>Customize colors and styling to your taste from within the CSS, then simply edit the pointer tip image. Works on any background to fit with your design.</p>
    </blockquote>
    </div>
    <cite class="rounded"><strong>Rounded Bubble</strong> using <a href="http://www.curvycorners.net/">curvy corners</a></cite>
    </div>

    バック黒、淵白の場合

    <div id="pimped" class="bubble">
    <div class="rounded">
    <blockquote>
    <p>Expands to fit any layout and scales nicely with big and small font sizes.</p>
    </blockquote>
    </div>
    <cite class="rounded"><strong>Dark Bubble</strong></cite>
    </div>

    お試しあれ。
    http://www.willmayo.com/2007/02/10/css-speech-bubbles/

  • vote
    1
    0 starsmippe | Shared With: Everyone - May 20 2008 | css, Design, web design
    4 Uber Cool Css Techniques For Links | Css Globe

    Quoted: <p>I thought of writing a series of tutorials for various link techniques. When I start writing I realized that they are pretty simple (yet effective :) ) and it might be better to have them summarized.<br/> Links (A tags) are one of the most important

  • vote
    1
    0 starsmippe | Shared With: Everyone - May 20 2008 | Design, css, web design
    » 10 Amazing Website Designs, The Freshest Yet :: Positive Space :: The Graphic Design Blog • Webliography
  • vote
    49
    0 starsmippe | Shared With: Everyone - Jan 18 2008 | Design, css, Flash
    Web Designer Wall - Design Trends and Tutorials

    Web Designer Wall is a resourceful site that focuses on web design, tutorials, and design trends. It is designed and maintained by Nick La.

  • vote
    22
    0 starsmippe | Shared With: Everyone - Dec 14 2007 | Design, css, web design
    2007年ウェブデザインの6つのトレンド | コリス

    Quoted: modern lifeにエントリーされている、2007年のウェブデザインの6つのトレンドの紹介です。 2007: More Web Design Trends & Cliches 紹介されているトレンドは、海外のデザインのため(だと思います)、日本語圏内ではあまり見らギ..

  • vote
    10
    3 starsmippe | Shared With: Everyone - Dec 06 2007 | Design, Flash, css, typography
    Intrigue Creative Studios, freelance designer and consultant Ray Doyle. Dublin | Digital Art and Photography | Web and Multimedia Design | Graphic Design | Creative Consultancy | Art Direction | Marketing | Design Strategy and Marketing

    Quoted: Ray Doyle is a freelance designer and consultant based in Dublin, Ireland. He offers a wide range of high-end digital art services.

  • vote
    2
    0 starsmippe | Shared With: Everyone - Jul 02 2007 | css, tips, Design, web design
    Stefan Persson

    グラデ使うなら色数少なめで

    Quoted: En blogg om webbutveckling, WordPress, sökmotoroptimering, webbdesign och allt som faller mig in att skriva om.

1 - 7 of 7 Faves

Related Content from Around Faves

css

VIEW ALL