GitHub 博客园 Nanakon

【兼容】ie6 hover

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="utf-8" />
    <title></title>
    <style type="text/css">
        span {
            display: none;
        }
        a:hover {
            _text-indent: 0;
        }
        a:hover span {
            display: inline;
        }
    </style>
</head>
<body>
    <a href="">111<span>222</span></a>
</body>
</html>

 

posted on 2013-05-30 16:12  jzm17173  阅读(71)  评论(0编辑  收藏  举报

导航

轻音