I am familiar with
height
and
min-height
but in the code I'm looking at is _height: 100px What does this mean? Is this an IE thing?
_height: 100px
This is a CSS hack .
IE6 will ignore the underscore and consider its height ; real browsers will (correctly) ignore the entire line.
Source: https://habr.com/ru/post/914239/More articles:How to disable javascript warning compilation in VS 2010? - visual-studio-2010How to view magazines from iPhone? - iosHow to compress GET parameters in Javascript to avoid browser size limitation? - jqueryjquery using (this) in a user-defined function - javascriptHow do I call methods in C # dll from my C code? - c ++How to create an executable file (preferably exe, not a command line) from an encoded interface test? - c #How to get photos from QWebView - c ++In Perl, how can I generate random strings of eight hexadecimal digits? - stringHow can I call .NET with C ++ as possibly a platform independent way - c ++How does the OS know the actual size of physical memory? - memory-managementAll Articles