Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/91.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html <;thead>&书信电报;th>;及<;t车身>&书信电报;td>;不排队_Html_Css - Fatal编程技术网

Html <;thead>&书信电报;th>;及<;t车身>&书信电报;td>;不排队

Html <;thead>&书信电报;th>;及<;t车身>&书信电报;td>;不排队,html,css,Html,Css,我只是想知道什么是确保和和达到相同宽度的最佳方法。在一天结束时,如果列和行不相交并且对齐错误,这对我没有好处 表的CSS代码 #dowithleads, thead, tbody{ float:left; width:1024px; min-height:40px; margin-top:10px; border:thin solid #999; -webkit-border-radius: 8px; -moz-border-rad

我只是想知道什么是确保
达到相同宽度的最佳方法。在一天结束时,如果列和行不相交并且对齐错误,这对我没有好处

表的CSS代码

    #dowithleads, thead, tbody{
    float:left;
    width:1024px;
    min-height:40px;
    margin-top:10px;
    border:thin solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /*background:url("../images/ie/formareabg.png") repeat;*/
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dddddd));
    background: -webkit-linear-gradient(#ffffff, #dddddd);
    background: -moz-linear-gradient(#ffffff, #dddddd);
    background: -ms-linear-gradient(#ffffff, #dddddd);
    background: -o-linear-gradient(#ffffff, #dddddd);
    background: linear-gradient(#ffffff, #dddddd);
    behavior:url(border-radius.htc);
    border-bottom:none;
}
tr{
    width:100%;
}
td,th{
  cellspacing:0;
  width: 150px;
  border-right:thin solid #999;
  line-height:40px;
  min-height:40px;

}

.bigger{
    min-width:200px;
    max-width:200px;
}


tbody tr{
    float:left;
    border:thin solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background:url("../images/manage.body.jpg") repeat;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dddddd));
    background: -webkit-linear-gradient(#ffffff, #dddddd);
    background: -moz-linear-gradient(#ffffff, #dddddd);
    background: -ms-linear-gradient(#ffffff, #dddddd);
    background: -o-linear-gradient(#ffffff, #dddddd);
    background: linear-gradient(#ffffff, #dddddd);
    behavior:url(border-radius.htc);
    border-bottom:none;
}

thead{
    color:#fff;
    margin:0;
    background:url("../images/manage.black.jpg") repeat;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333));
      /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #666666, #333333);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #666666, #333333);
      /* IE 10 */
    background: -ms-linear-gradient(top, #666666, #333333);
      /* Opera 11.10+ */
    background: -o-linear-gradient(top, #666666, #333333);
}

tbody{
    font-size:12px;
    margin:0;
    background:#fff;
    border:none;
    border-bottom:thin solid #999;
}

th.small, td.small{
    min-width:40px;
    width:40px;
    max-width:40px;
}

.last{
    border:none;
}

.page-number, .view-all{
color:#fff;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
background:#000;
margin:3px;
min-width:30px;
min-height:30px;
line-height:30px;
float:left;
background:url("../images/manage.black.jpg") repeat;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666666), to(#333333));
  /* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #666666, #333333);
  /* Firefox 3.6+ */
background: -moz-linear-gradient(top, #666666, #333333);
  /* IE 10 */
background: -ms-linear-gradient(top, #666666, #333333);
  /* Opera 11.10+ */
background: -o-linear-gradient(top, #666666, #333333);
}

#searchbox{
float:right;
width:250px;
text-align:left;
}
#manageleads{
    width:1024px;
}

.ui-state-active{
background:url("../images/manage.active.jpg") repeat;
}

button.manage{
font-size:16px;
width:160px;
float:left;
}
jQUERY代码

$("#menuarea").html('<a href="#!/home" id="gotohome"><div id="backmain" class="backbg">Back</div></a><div id="nav" class="backbgright">New Business Lead</div>'+
                        '<div id="dowithleads"><button id="editlisting" class="blackbutton manage">Edit Listing</button><button id="sendemailout" class="blackbutton manage">Send Message</button>'+
                        '<div id="searchbox"><form action="#"><fieldset><input type="text" name="search" value="" id="searchleads" placeholder="Search" autofocus /></fieldset></form></div>'+
                        '</div>'+
                        '<table cellpadding="0" cellspacing="0" border="0" class="sortable paginated" id="manageleads">'+
'   <thead>'+
'       <tr>'+
'           <th class="small" id="first"><input type="checkbox" class="checkbox checkall" value="Yes"></th>'+
'           <th class="sort-alpha">Created Time</th>'+
'           <th class="sort-alpha">Company</th>'+
'           <th class="sort-alpha">Lead Name</th>'+
'           <th class="sort-alpha">Phone No.</th>'+
'           <th class="sort-alpha bigger">Email</th>'+
'           <th class="sort-alpha">Lead Owner</th>'+
'           <th class="sort-alpha last">Lead Status</th>'+
'       </tr>'+
'   </thead>'+
'   <tbody></tbody>'+
'</table>');
$(“#menuarea”).html('新业务主管'+
“编辑列表发送消息”+
''+
''+
''+
'   '+
'       '+
'           '+
“创建时间”+
“公司”+
“潜在客户名称”+
‘电话号码’+
“电子邮件”+
“主要所有者”+
“领先地位”+
'       '+
'   '+
'   '+
'');
jQuery填充表

$.getJSON('system/classes/core.php?task=listmyleads&userid='+userid+'&callback=?', function(dataleads) {

      $.each(dataleads,function(i, myleads){

            $("tbody").append('<tr>'+
'           <td id="row" class="small"><input id="'+myleads.customer_id+'" type="checkbox"></td>'+
'           <td>'+myleads.CreatedTime+'</td>'+
'           <td>'+myleads.Company+'</td>'+
'           <td class="center">'+myleads.FirstName+' '+myleads.LastName+'</td>'+
'           <td class="center">'+myleads.Phone+'</td>'+
'           <td class="center bigger">'+myleads.Email+'</td>'+
'           <td class="center">'+myleads.stafffirstname+' '+myleads.stafflastname+'</td>'+
'           <td class="center last">A</td>'+
'       </tr>');
      });
$.getJSON('system/classes/core.php?task=listmyleads&userid='+userid+'&callback=?',函数(dataleads){
$。每个(数据线索、功能(i、myleads){
$(“tbody”)。附加(“”+
'           '+
''+myleads.CreatedTime+''的+
“+myleads.Company+”+
''+myleads.FirstName+''+myleads.LastName+''+
''+myleads.Phone+''+
''+myleads.Email+''的+
''+myleads.stafflastname+''+myleads.stafflastname+''+
“A”+
'       ');
});
将以下部件从#定位销引线、THAD、T车身和T车身tr上拆下

查看浮动属性的示例和说明。

从#定位销、THAD、tbody和tbody tr中删除以下内容


查看float属性的示例和解释。

你能显示你的标记吗?这里似乎有点可疑……如果你的标记是正确的,那就不应该发生。显然,你的标记是不正确的。我只能给出一个屏幕截图,因为我正在使用jQuery填充表,我将上传上面的代码。为什么你不能显示填充表后的标记?@RussellHarrower-您可以从Firebug/Inspector复制生成的HTML。您可以显示您的标记吗?这里似乎有些可疑…如果您的标记正确,那么就不应该发生这种情况。显然,您的标记不正确。我只能给出一个屏幕截图,因为我正在使用jQuery填充表我将上传上面的代码,为什么在填充表后不能显示标记?@russellharlower-您可以从Firebug/Inspector复制生成的HTML。
float: left;