スキップメニュー:コンテンツへナビゲーションへ

乱雑モックアップ   らんざつ[乱雑] (名・形動)[文]ナリ 入り乱れていること。乱れていて秩序がないこと。また、そのさま。

setAttributeとassignment to undeclared variable ~

まだメモ

var imgNode=document.createElement("img");
imgNode.setAttribute("src", imgURL);
imgNode.style.opacity=0.2;
var targetNode=document.getElementById("wrap");
targetNode.insertBefore(imgNode,targetNode.firstChild);

<img src=”xxx.gif” style=”opacity: 0.2;” />

setAttributeはどうも曲者らしい
setAttributeが曲者じゃなくてIEが曲者か。
IEではclassとstyleとイベントを設定できないそうだ。
便利っぽいのにな残念。

Firefoxの警告

assignment to undeclared variable ~
varが無いよ


コメントはまだありません »

コメントはまだありません。

この投稿へのコメントの RSS フィード。 TrackBack URL

コメントする

You can add images to your comment by clicking here.




Back to Top↑

あわせて読みたい

Back to Top↑

RSS 乱雑モックアップのフィード

Copyright © 乱雑モックアップ. All Rights Reserved.