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.
私はよく知っています
height
と
min-height
しかし、私が見ているコードには、それは_height: 100px 何ですか?IEのものですか?
_height: 100px
それはCSSハックです。
IE6はアンダースコアを無視し、次のように読み取りますheight。実際のブラウザは(正しく)行全体を無視します。