背景色を透明にする


動作ブラウザ 【 IE:5.0  NN:6.0
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows × × - × × × × - × -
Macintosh × × - × × × × - -
UNIX - - - - - × × × × - - -
Dreamcast - - - - - - - - - - × × -

ポイント <input type="button" onClick="changeBG('transparent')" value="透明にする"><br>
説  明 背景色を透明にするにはカラーコード/カラー名を指定する際にtransparentを指定します。
サンプル <html> <head> <title>背景色を透明にする</title> <script Language="JavaScript"><!-- function changeBG(col) { document.getElementById("myObj").style.backgroundColor = col; } // --></script> </head> <body background="bg.gif"> <div id="myObj" style="background-color:orange;width:320px;height;80px"> ここの背景色を設定できます。 </div> <form name="myFORM"> <input type="button" onClick="changeBG('orange')" value="オレンジ色にする"><br> <input type="button" onClick="changeBG('transparent')" value="透明にする"><br> </form> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA