Faves for this Web page
- ketchup - May 30 2008 | javascript
- lucifer10 - May 19 2008 | javascript, ajax, library
- mrcats - May 19 2008 | あとで読む, javascript, ajax
- afilesite - May 19 2008 | web開発, *javascript, javascript
- aap945 - May 19 2008 | *javascript, javascript, *programming
- lucifer10 - May 19 2008 | *javascript, web開発, *programming
- adltskcom1 - May 19 2008 | *javascript, web開発, javascript
- lucifer10 - May 19 2008 | web開発, javascript, *javascript
- eromnnet - May 18 2008 | プログラミング, javascript, webアプリケーション
- mnriecom1 - May 18 2008 | プログラミング, webアプリケーション, javascript
- kaorik - May 18 2008 | webアプリケーション, javascript, プログラミング
- kaorik - May 18 2008 | webアプリケーション, javascript, プログラミング
- ygaky6002 - May 18 2008 | javascript, programming
- liveyuky6102 - May 18 2008 | Webアプリケーション, reference, あとで読む
- lucifer10 - May 17 2008 | HTML, js, Webアプリケーション
- gmangarey - May 17 2008 | プログラミング, あとで読む, javascript
- alk747 - May 17 2008 | javascript, あとで読む, 重要
- livegoomaga - May 16 2008 | library, Webアプリケーション, javascript
Add a Fave for this Web page
- What happens when I press Publish?
- Your Fave for this Web page gets shared with the Faves community. You can access it at any time by selecting "My Faves" from the menu above.
- Why do you ask for my email address?
- We use your email address to create an account, so you can easily find your Fave again at a later time.
Related Content from Around Faves
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>お試しあれ。
2 FaversViewed: 5 Times
http://www.willmayo.com/2007/02/10/css-speech-bubbles/ - mippe - 25 days ago1 FaverViewed: 10 Times
- mippe - Sep 04 20071 FaverViewed: 27 Times
css
-
1 FaverViewed: 6 TimesQuoted: Tooltips provide another method of website branding. Why throw a vanilla tooltip to the user when you can brand your website? MooTools 1.2 provides a Tips plugin that allows for easy-to-customize tooltips. Let me show you how to create a sweet, branded tooltip
- Claire16 - Aug 23 200610 FaversViewed: 44 Times
- akinas - 5 days ago5 FaversViewed: 3 Times
