I recently started to work on a client's website. In the css it has a lot of references to "*display" usually in combination with "zoom" like below.
Is this a known hack? What is the expected behaviour?
header #mybar ul.right {
display: inline-block;
zoom: 1;
*display: inline;
float: none;
}