Internet Explorer z-index bug?

Paul picture Paul · Jul 20, 2009 · Viewed 64.9k times · Source

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.

Answer

MagicSux picture MagicSux · Jul 4, 2014

Looks like I'm kidding, but I am not

.myLinkCssClass {
    background          : url(#);
}