一个有关CSS的简单问题
<html>
<head>
<a href="javascript:alert(new Date());">abc</a>
<style type="text/css">
div{background:url("javascipt:window.open('http://www.baidu.com');");}
H1 {font-size:x-large;color:red}
H2 {font-size:large;color:blue}
a:visited {font-size:large;color:black;font-family:"宋体"}
</style>
</head>
<body class="div">
<div></div>
<H1>aaa</H1><br>
<H2>aaa</H2>
</body>
</html>
为什么这一句显示不出来效果?
------解决方案--------------------
发个连接给你看看 http://hi.baidu.com/wanghui320/blog/item/8235e9218a43c07135a80f37.html