IE position relative causes z-index problem

Question:
IE position relative causes z-index problem

With IE where a DIV is positioned with 'relative' other items such as drop-downs may appear behind them.

A possible solution may be as follows:

<!--[if IE]><style="test/css"> #splash { z-index: -10;}</style><![endif]-->
Taxonomy: