Internet Explorer z-index bug?

css, html, internet-explorer, z-index

Solution

Looks like I'm kidding, but I am not

.myLinkCssClass {
    background          : url(#);
}

Problem

How do you overlap an element over another element that is positioned relatively in Internet Explorer? Z-index doesn't work, it always appears behind the relatively positioned element.

Original source

Related problems