有沒有哪位大神幫我看看哪里有錯,檢查了好久
<!DOCTYPE?html>
<html?lang="en">
<head>
????<meta?charset="UTF-8">
????<meta?name="viewport"?content="width=device-width,?initial-scale=1.0">
????<meta?http-equiv="X-UA-Compatible"?content="ie=edge">
????<title>Document</title>
????<style?type="text/css">
????body{
????????padding:?0;
????????font-size:?10pt;
????????behavior:?url(css/csshover.htc);
????}
????.topm{
????????display:?block;
????????width:?220px;
????????border:?2px?solid?#e0281f;
????????margin:?0;
????????padding:?0;
????}
????.toptitle{
????????height:?40px;
????????line-height:?40px;
????????text-align:?left;
????????font-size:?14px;
????????font-weight:?bold;
????????color:white;
????????background:?#e0281f;
????????padding-left:?20px;
????}
????.topm?li{
????????height:?30px;
????????line-height:?30px;
????????font-size:?14px;
????????list-style-type:?none;
????????text-align:?left;
????????padding-left:?10px;
????????z-index:?3;
????????background-image:?url(1.png);
????????background-repeat:?no-repeat;
????????background-position:?right;
????}
????.topm?li?a{
????????text-decoration:?none;
????????color:?#313131;
????}
????.topm?li?a:hover{
????????text-decoration:?underline;
????????font-weight:?bold;
????????color:?#e0281f;
????}
????.topm.lihover{
????????border:?2px?solid?#DDD;
????????border-right:?0;
????????box-shadow:?0?0?10px?#DDD;
????????-moz-box-shadow:0?0?10px?#DDD;
????????-webkit-box-shadow:0?0?10px?#DDD;
????????background-image:?none;
????}
????.topm.lihover.twom{
????????display:?block;
????}
????.topm.lihover?span{
????????background:?white;
????????display:?inline-block;
????????width:?10px;
????????float:?right;
????????position:?relative;
????????height:?30px;
????????z-index:?10;
????}
????.twom{
????????display:?none;
????????width:?850px;
????????left:?225px;
????????top:?50px;
????????background:?white;
????????position:absolute;
????????border:?2px?solid?#DDD;
????????box-shadow:?0?0?10px?#DDD;
????????-moz-box-shadow:0?0?10px?#DDD;
????????-webkit-box-shadow:0?0?10px?#DDD;
????????z-index:?4;
????}
????.leftdiv{
????????float:?left;
????????width:?500px;
????????margin:?5px;
????}
????.rightdiv{
????????float:?left;
????????width:?200px;
????????margin:0?30px;
????}
????.leftdiv?dl{
????????display:?block;
????????border-bottom:?1px?solid?#9d9d9d;
????????padding-bottom:?3px;
????????overflow:?hidden;
????}
????.leftdiv?dl?dt{
????????display:?block;
????????width:?60px;
????????float:?left;
????????text-align:?right;
????????height:?30px;
????????line-height:?30px;
????????padding-right:?10px;
????}
????.leftdiv?dl?dt?a{
????????color:?#e0281f;
????????font-weight:?bold;
????????text-decoration:?underline;
????????font-size:?13px;
????}
????.leftdiv?dl?dd{
????????display:?block;
????????overflow:?hidden;
????}
????.leftdiv?dl?dd?a{
????????display:?block;
????????float:?left;
????????border-left:?1px?solid?#9d9d9d;
????????color:?#9d9d9d;
????????font-size:?12px;
????????padding:0?5px;
????????height:?20px;
????????line-height:?20px;
????????margin:5px?0;
????}
????.leftdiv?dl?dd?a:hover{
????????font-weight:?normal;
????}
????.rightdiv?dl?dt{
????????color:?#e0281f;
????????font-weight:?bold;
????????font-size:?13px;
????}
????.rightdiv?dl?dd?a{
????????font-size:?12px;
????????color:?#9d9d9d;
????????height:?20px;
????????line-height:?20px;
????}
????.rightdiv?dl?dd?a:hover{
????????color:?#9d9d9d;
????????font-weight:normal;
????}
????</style>
</head>
<body>
????<script?type="text/javascript">
????window.onload=function(){
????????var?Lis=document.getElementsByTagName("li");
????????for(i=0;i<Lis.length;i++){
????????????
????????????Lis[i].onmouseover=function(){
????????????????this.className="lihover";
????????????}
????????????Lis[i].onmouseout=function(){
????????????????this.className="";
????????????}
????????}
????}
????</script>
????<ul?class="topm">
????????<div?class="toptitle">全部商品分類</div>
????????<li><a?href="#">家用電器</a><span></span>
????????<div?class="twom">
????????????<div?class="leftdiv">
????????????????<dl>
????????????????????<dt><a?href="#">電視</a></dt>
????????????????????<dd><a?href="#">超薄電視</a>?<a?href="#">全面屏電視</a>
????????????????????<a?href="#">智能電視</a>?<a?href="#">OLED電視</a>
????????????????????<a?href="#">4K超清電視</a></dd>
????????????????</dl>
????????????????<dl>
????????????????????<dt><a?href="#">空調(diào)</a></dt>
????????????????????<dd><a?href="#">空調(diào)掛機</a>?<a?href="#">空調(diào)柜機</a>
????????????????????<a?href="#">中央空調(diào)</a>?<a?href="#">變頻空調(diào)</a>
????????????????????<a?href="#">一級能效空調(diào)</a></dd>
????????????????</dl>
????????????????<dl>
????????????????????<dt><a?href="#">洗衣機</a></dt>
????????????????????<dd><a?href="#">滾筒洗衣機</a>?<a?href="#">洗烘一體機</a>
????????????????????<a?href="#">波輪洗衣機</a>?<a?href="#">迷你洗衣機</a>
????????????????????<a?href="#">洗衣機配件</a></dd>
????????????????</dl>
????????????????<dl>
????????????????????<dt><a?href="#">冰箱</a></dt>
????????????????????<dd><a?href="#">多門</a>??<a?href="#">多開門</a>
????????????????????<a?href="#">三門</a>?<a?href="#">雙門</a>
????????????????????<a?href="#">冷柜</a></dd>??????????????????????????????????????
????????????????</dl>
????????????????<dl>
????????????????????<dt><a?href="#">廚具</a></dt>
????????????????????<dd><a?href="#">油煙機</a>??<a?href="#">燃氣灶</a>
????????????????????<a?href="#">消毒柜</a>?<a?href="#">洗碗機</a>
????????????????????<a?href="#">集成灶</a></dd>
????????????????</dl>
????????????</div>
????????????<div?class="rightdiv">
????????????????<dl>
????????????????????<dd><a?>護膚、化妝品</a></li>
????</ul>
</body>
</html>
2019-11-29
報錯信息呢