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オブジェクトタグを使用したいのですが、幅や高さを指定したくありません。
これで、ページをレンダリングすると、1行のスペースが得られます。
次のCSSプロパティを使用してこのスペースを削除しましたが、何も機能していません
margin:0px; padding:0px; border:0px;
なぜ私がこの1行のスペースを継続しているのか誰かに教えてもらえますか?
次のスタイル プロパティを html オブジェクト タグに追加し、問題を解決しました。
不透明度:1;背景色:#000000;幅:0px;高さ:0px; 位置: 絶対; 可視性: 非表示; フォントサイズ:0px; 上:-50px; ボーダー:なし;