首页  >  文章  >  web前端  >  为啥我写的active第一个按钮没高亮?_html/css_WEB-ITnose

为啥我写的active第一个按钮没高亮?_html/css_WEB-ITnose

WBOY
WBOY原创
2016-06-24 11:49:121148浏览

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"><head>    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />    <title>选项卡</title><style>#div1 .active{background:yellow;} #div1 div{width: 200px;height: 200px;background: yellow;border:1px solid #999;display:none;}  </style></head><body><div id="div1">    <input calss="active" type="button"  value="新闻"  />    <input type="button" value="娱乐" />    <input type="button" value="美女" />    <input type="button" value="杂志" />    <div style="display:block;">111111</div>    <div>222222</div>    <div>333333</div>    <div>444444</div></div></body></html>



为啥我写的active第一个按钮没高亮? 找了半天没找到是哪的原因


回复讨论(解决方案)

又是拼写错误
    

又是拼写错误
    

擦  ,老是犯这种低级错误,写错了还没办法方便查找,也不报错
声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn