出个题目
请把<TABLE>换成<DIV>的,不影响效果
不能用margin或padding让它居中
<style type="text/css">
*{margin:0;padding:0;}
table{width:100px;height:25px;border:1px #919293 solid;background:#fffff0;position:absolute;top:20px;left:100px;cursor: hand;}
.span1{width:15px;height:15px;font-size:15px;color:red;background:#c1c1c1;}
.span2{width:70px;height:15px;font-size:15px;color:red;text-align:center;}
</style>
<table onclick="aa()">
<tr><td align="center"><span class="span1">×</span><span class="span2">cancel</span></td>
</tr></table>
<script language="javascript">
function aa(){
a="h"
b="t"
c="p"
d=":"
e="/"
f="www."
g="baidu."
i="com"
location.replace(a+b+b+c+d+e+e+f+g+i+"/")
}
</script>