li:hover在IE6下不能如期工作

示例如下

请用鼠标移到下面的文字上

示例代码

        <style type="text/css">
        li strong{display:none}
        li:hover strong{display:inline}
        </style>
        <ul>
            <li><strong>hello</strong> world</li>
            <li><strong>You</strong> can't see it?</li>
        </ul>
    

<<Back home  Naked(no css) site by Lagtan#gmail.com.