求html代码
备注:浮动层

解决方案 »

  1.   

    先写个div ,里面写table,但进入页面时是隐藏不可见的,单击按钮用js调用让table可见!
    搞定
      

  2.   

    .DivHidden{ width:auto; height:auto; border:1px solid #ffffff; display:none;background-color:#cccccc;position:absolute; color:#ffffff; padding:5px;cursor:move;}
        .DivHidden .conright_bottom table tr td{background-color:#4A535A; padding:5px; border-bottom:1px solid #333; border-right:1px solid #333;}
        .DivHidden .conright_bottom{width:500px; height:auto}
    上面是div样式
    下面是div
     <div class="DivHidden box"> </div>