首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

css 基础,该怎么处理

2012-10-12 
css 基础这种写法的CSS,我看不懂style typetext/cssinput[typetext], input[typepassword]{wid

css 基础
这种写法的CSS,我看不懂
  <style type="text/css">
  input[type="text"], input[type="password"]
  {
  width: 160px;
  }
  </style>


C# code
@section Header{    <script type="text/javascript">        $(function () { $("#username").focus(); });</script>    <style type="text/css">        input[type="text"], input[type="password"]        {            width: 160px;        }    </style>}


[解决办法]
http://hi.baidu.com/hyjchina/item/93bba76bab7f4109a0cf0f49

热点排行