Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はkineticjsを持っています、私はkineticjsキャンバスの位置が中心になるようにタグを使用します
#mycanvas{text-align:center;}
そして、それを実行すると、オブジェクトの左側にある、オブジェクト200pxから遠く離れたイベント領域。理由がわかりませんか?すべての答えをありがとう!
jquery を使用している場合は、次の回避策でうまくいきました。
$("#container canvas:last").css("position", "relative");
良くありませんが、これが誰かの役に立てば幸いです。