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.
正方形の周りの境界線を削除するには?
見た目:
私のHTML:
<input id="black" type="image" src="html5-canvas-drawing-app/images/color-swatch-brown.png" onClick="changeColorBlack()">
私のCSS:
#black{ border:none; outline:none; background:none; padding:0; }
border: 0;
My cssファイルに入れて....
一緒に消えるには、代わりに厚さを 0 に設定します。