1 - 10 of 732 Faves|
vote
3
Faved by: geekglue
6 days ago - via blog.flashmech.net

Quoted: Adobe revives a neglected product, and what Dreamweaver CS4 offers is really game changing. It is making me as a web developer, excited over Dreamweaver again.

1 FaverShareViewed: 2 Times
vote
54
Faved by: lmanolov
Apr 09 2007 - via users.tpg.com.au

Quoted: A demonstration of Superfish – a jQuery plugin that creates Suckerfish-style dropdown menus with added features.

4 FaversShareViewed: 51 Times
vote
41
Faved by: kuri
Mar 13 2007 - via www.swfir.com

Javascriptをつかって、imgタグで指定した画像をswfに置き換えて表示するライブラリ"SwfIR"。画像にシャドウ・角丸・回転・ボーダーの画像効果を与えることができます。CSSライクなプロパティの仕様で、エフェクトの値も思いのまま。

15 FaversShareViewed: 36 Times
vote
5
Faved by: mike
16 days ago - via blog.pageforest.com

IE has a subtle bug when parsing array constants - I think they are not in conformance with the ECMA-262 spec.

You can test your browser here:

http://pages.mckoss.com/dangle.htm

Update: Object initializers are even worse! Fails to parse the JS at all.

1 FaverShareViewed: 4 Times
vote
28
Faved by: garraxxi
Jan 22 2007 - via www.rainforestnet.com
1 FaverShareViewed: 28 Times
vote
12
Faved by: mippe
25 days ago - via e0166.blog89.fc2.com

動作環境は以下のとおり
・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/

2 FaversShareViewed: 10 Times
vote
18
Faved by: mippe
Jun 11 2008 - via d.hatena.ne.jp

BoxOverはマウスオーバー時にボックスダイアログを表示するためのJavaScriptライブラリ。
表示されるダイアログボックスはこのような感じです。

かなり細かくパラメータ設定ができるようで、どんな表示ができるかはこちらのサンプルページを参考に。
Tooltips, Popups, Javascript, Dhtml - BoxOver
結構意外な箇所でダイアログボックスが表示されて、なかなか楽しいです。

1 FaverShareViewed: 17 Times
vote
30
Faved by: mippe
Sep 04 2007 - via youmos.com

CSSでmin-width max-width をそれぞれ行うことで、コンテナの最小幅・最大幅の指定ができる。リキッドレイアウトを採用していても、これらの指定を行うことでデザインが崩れない幅の有効範囲を持たせることができる。

しかし、min-width min-width のプロパティに対応していないInternet Explorer 6.xなどへは別途JavaScriptで対応する必要がある。

1 FaverShareViewed: 30 Times
vote
11
Faved by: mippe
Jun 10 2008 - via journal.mycom.co.jp

GreyBoxは画像の表示だけでなく他のページも読み込んで同一ページ上に表示させることができます。GreyBoxでは他のページはインラインフレーム内に表示されます。

他のページを表示する場合には<a>タグのrel属性にrel="gb_page[横幅, 縦幅]"を指定します。横幅と縦幅はページ内に表示されるウィンドウの幅をピクセル値で指定します。サンプル07では以下のように指定しています。

1 FaverShareViewed: 10 Times
vote
16
Faved by: mippe
Jun 10 2008 - via f32.aaa.livedoor.jp

画像JSライブラリ(イメージギャラリー/画像ポップアウト)
Couloir
galleria - Google Code 〔jQuery.js使用〕
Images Gallery using jQuery, Interface & Reflections 〔jQuery使用〕
GreyBox
jCarousel 〔jQuery.js使用〕
Lightbox 〔prototype.js/scriptaculous.js使用〕
Lightview 〔prototype.js/scriptaculous.js使用〕
LightWindow 〔Lightboxベース、prototype.js使用〕
Lytebox 〔Lightboxベース〕
Photo Slider 〔jQuery.js使用〕
ProtoFlow 〔prototype.js/scriptaculous.js/reflection.js使用〕
Slideshow 〔Mootools.js使用〕
SmoothGallery 〔Mootools.js使用〕
ThickBox 〔jQuery.js使用〕
TripTracker
その他

1 FaverShareViewed: 16 Times

Page 1

Related Content from Around Faves

css

VIEW ALL

design

VIEW ALL