回覆列表
-
1 # 大頭1584
-
2 # 天驅
排除IE6
用css過濾
input[type=="text"]{
border:1pxsolid#ddd;
}
恩,這個css只有IE6以上版本才支援
否則,你只有在type==text的input加上特定的class了
-
3 # 老李老李222
success:function(data){
$.each(data,function(){
var str = data.num;
$(
-
4 # 大頭1584
首先在你的body樣式中新增:text-align:center;
然後:
#topics{
width:90%;
text-align:left;
margin:0auto;
}
然後設定三列的寬比:
在表格第一行的三個<td>標籤中分別指定樣式名,比如class="col1"、class="col2"、class="col3"
那麼:
#topics.col1{
width:70%;
}
#topics.col2{
width:15%;
}
#topics.col3{
width:15%; /*因為只有三列,這個不設定也沒問題,只要設定任意兩列的寬度就可以*/
}
-
5 # 天驅
排除IE6
用css過濾
input[type=="text"]{
border:1pxsolid#ddd;
}
恩,這個css只有IE6以上版本才支援
否則,你只有在type==text的input加上特定的class了
-
6 # 老李老李222
success:function(data){
$.each(data,function(){
var str = data.num;
$(
首先在你的body樣式中新增:text-align:center;
然後:
#topics{
width:90%;
text-align:left;
margin:0auto;
}
然後設定三列的寬比:
在表格第一行的三個<td>標籤中分別指定樣式名,比如class="col1"、class="col2"、class="col3"
那麼:
#topics.col1{
width:70%;
}
#topics.col2{
width:15%;
}
#topics.col3{
width:15%; /*因為只有三列,這個不設定也沒問題,只要設定任意兩列的寬度就可以*/
}