キーワード検索「transparent」

90

[JS]画像をホバー時にさまざまなアニメーションで目立たせるスクリプト -Adipoli | コリス

[JS]画像をホバー時にさまざまなアニメーションで目立たせるスクリプト -Adipoli | コリス デフォルト:transparent、ホバー:boxRainGrowReverse Adipoliの使い方 外部ファイル 当スタイルシートと「jquery.js」と当スクリプトを外部ファイルとして記述します。 <link href="css/adipoli.css" rel="stylesheet" type="text/css"/> <script src="js/jquery-1.7.1.js"...

coliss.com
63

[CSS]テキストに面白いエフェクトを与えたデモと実装の注意点 | コリス

[CSS]テキストに面白いエフェクトを与えたデモと実装の注意点 | コリス 下記は各ポイントを意訳したものです。 テキストにブラー効果を与える方法と注意点 テキストにブラー効果を与えたデモ テキストにブラー効果を与える方法と注意点 テキストにぼんやりとさせるブラー効果を与えるのは、簡単です。テキストのcolorを透明にし、text-shadowを使用します。 .blurry-text { color: transparent; text-shadow: 0 0 5px r...

coliss.com
48

IEの透過PNG+opacityの不具合を治すメモ | Mach3.laBlog

IEの透過PNG+opacityの不具合を治すメモ | Mach3.laBlog 透過PNGの処理が下手くそなのは、IE6だけではなく、IE7/8も同様です。 IEで透過PNGをあてた要素のopacityを弄ると、周りがグレーがかって汚くなります。 この現象はよく知られていると思いますが、今日はこの不具合の治し方のメモを記しておきます。サンプルコード例えば、こんなコード。.test {display:block;width:128px;height:128px;backgrou...

blog.mach3.jp
19

Youtubeでもz-indexが効くようにする「?wmode=transparent」パラメーターをjQueryで自動挿入する - かちびと.net

Youtubeでもz-indexが効くようにする「?wmode=transparent」パラメーターをjQueryで自動挿入する - かちびと.net Youtubeは通常z-indexが効かず、Lightboxや ナビゲーションをposition:fixed;させるときは z-indexが効くように?wmode=transparentと いうパラメーターを加えてあげなければなり ません。しかしいちいち加えるのはストレス なので、動画をよく貼るサイトにはjsで自動 的に挿入できるようにします。 Youtubeはデフォルトでは一番上に来てしまうので...

kachibito.net
20

JSViz

JSViz digraph testgraph{ {node[shape=none, fontsize=23] "Welcome to JSViz!" } {node[shape=none] "Interactive GraphViz on your browser" } {edge[color=transparent] "Welcome to JSViz!" -> "Interactive GraphViz...

ushiroad.com
183

jQuery webcam plugin - Website and Application Intelligence

jQuery webcam plugin - Website and Application Intelligence The jQuery webcam plugin is a transparent layer to communicate with a camera directly in JavaScript.OverviewThis plugin provides three different modes to access a webcam through a small API directly w...

www.xarg.org
23

Introducing KiokuJS at Joose

   Introducing KiokuJS at Joose WhatKiokuJS is a persistence layer for Joose. Its a freestyle port of KiokuDB which does the same thing in the Moose world.KiokuJS provides transparent storing/retrieving for instances of Joose classe...

joose.it
9

Opa | Lambda the Ultimate

Opa | Lambda the Ultimate Opa is a new member in the family of languages aiming to make web programming transparent by automatically generating client-side Javascript and handling communication and session control. Opa is writ...

lambda-the-ultimate.org
68

αlphaPun.ch

αlphaPun.ch WHAT IS THIS?An image with a transparent background is like a painting on a window: you can see all sorts of exciting things behind it, but you can’t reach through to touch them. αlphaPun.ch changes t...

alphapun.ch
2

jQuery Mobile Docs - Buttons

jQuery Mobile Docs - Buttons Adding Icons to Buttons The jQuery Mobile framework includes a selected set of icons most often needed for mobile apps. To minimize download size, jQuery Mobile includes a single white icon sprite, an...

jquerymobile.com
2

publicclass's s3upload at master - GitHub

publicclass's s3upload at master - GitHub S3UploadA jQuery plugin for direct upload to an Amazon S3 bucket.It works by replacing a file input with a html element overlaid with a transparent SWF. The same way Flickr does it.By signing the requ...

github.com
1

jQueryで使えるwebcam用plugin - [モ]Modern Syntax

jQueryで使えるwebcam用plugin - [モ]Modern Syntax モダン・シンタックス。略してモダシンです。BlogPeopleの中の人です。基本的に素直で優しくて合理的です。ピヨピヨ。RSSnagasawa144プロフィール  iPhone版  携帯電話版The jQuery webcam plugin is a transparent layer to communicate with a camera directly in JavaScript.jQue...

www.aivy.co.jp
2

Thickboxで拡大した画像の上にswfがかぶらないようにする方法|1bit::memo

  Thickboxで拡大した画像の上にswfがかぶらないようにする方法|1bit::memo ThickboxをはじめとするLightbox系を仕事でよく使います。 制作するページにFlash(swf)がある状態でThickboxで画像拡大すると、画像の上にswfがかぶってしまう現象が起こります。 wmode=”transparent”というのをつけないといけないみたいです。自分の場合、Dreamweaverの機能を使ってflashを組み込んでいるので、最初に、AC_RunActiveCo...

1bit.mobi
62

A jQuery Heat Map | Codrops

A jQuery Heat Map | Codrops Here is a very simple way ho to create a heat map with jQuery. The idea is to track the clicks of a user and then display the click pattern with semi-transparent dots on an overlay. You can try out th...

tympanus.net
1

【HTML】Flashが表示されているページでThickboxを使うとFlashがThickboxの上に表示されてしまう【jQuery】 | こ~でっくす!!

【HTML】Flashが表示されているページでThickboxを使うとFlashがThickboxの上に表示されてしまう【jQuery】 | こ~でっくす!! Thickboxって便利ですよね。 こんなふうに表示できちゃったりします。 でも、Flashを設置したページでThickboxを使うと、なぜかFlashがThickboxの上に表示されてしまうという現象が発生します。 今回はその解決方法。 どうやら、Flashのパラメーター「wmode」に「transparent」または「opaque」などを指定してやると直るようです。 「wmodeってなんぞや?...

code-x.ddo.jp
1

colorbox JS拡大時だけFlashを消す - JavaScript - 教えて!goo

colorbox JS拡大時だけFlashを消す - JavaScript - 教えて!goo 質問 Check Tweet colorbox JS拡大時だけFlashを消す 役に立った:0件 質問者:mako0911 投稿日時:2010/11/23 19:36 困り度: サイト構築をしている中でわからないことがあり質問させていただきました。 サイトでcolorbox.jsを使っているのですが拡大時にFlash部分が前面に出てきてしまい色々調べたところembed wmode="transpa...

oshiete.goo.ne.jp
18

IEの透過PNG+opacityの不具合を治すメモ | Mach3.laBlog

IEの透過PNG+opacityの不具合を治すメモ | Mach3.laBlog 透過PNGの処理が下手くそなのは、IE6だけではなく、IE7/8も同様です。 IEで透過PNGをあてた要素のopacityを弄ると、周りがグレーがかって汚くなります。 この現象はよく知られていると思いますが、今日はこの不具合の治し方のメモを記しておきます。 サンプルコード 例えば、こんなコード。 .test { display:block; width:128px; height:128px; b...

blog.mach3.jp
5

jQuery Mobile Docs - Button icons

jQuery Mobile Docs - Button icons Adding Icons to Buttons The jQuery Mobile framework includes a selected set of icons most often needed for mobile apps. To minimize download size, jQuery Mobile includes a single white icon sprite, an...

jquerymobile.com
9

jQuery fadein / fadeout of transparent png in IE7 and Chrome

jQuery fadein / fadeout of transparent png in IE7 and Chrome Hi, I've been looking for any solution to a problem I am having, but have of yet found no such solution. I am using the jquery fadein and fadeout on a transparent png. In firefox, this works great. Ho...

www.sitepoint.com
1

javascript - How can you highlight multiple sections of text like Facebook's comment field for @ mentions? - Stack Overflow

javascript - How can you highlight multiple sections of text like Facebook's comment field for @ mentions? - Stack Overflow OK, I think I see what they are doing. They have a textarea with the background set to transparent. Then they have a DIV wrapping the textarea. As you type in the textarea, the DIV gets populated with...

stackoverflow.com
0.2302