PHP、html网页设计,如图,表格只能居中,我要居左,怎么改?代码是写好的(样式文件?)

代码如下:<head><title>demo</title><style>body{...略}table{*border-collapse:collapse;/*IE7a... 代码如下:
<head>
<title>demo</title>
<style>
body {
...略
}
table {
*border-collapse: collapse; /* IE7 and lower */
border-spacing: 0;
width: 100%;
}
.bordered {
....略
}
.bordered tr:hover {
background: #fbf8e9;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.bordered td, .bordered th {
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 10px;
text-align: left;
}
.bordered th {
......略
}
.bordered td:first-child, .bordered th:first-child {
border-left: none;
}
.bordered th:first-child {
-moz-border-radius: 6px 0 0 0;
-webkit-border-radius: 6px 0 0 0;
border-radius: 6px 0 0 0;
}
.bordered th:last-child {
-moz-border-radius: 0 6px 0 0;
-webkit-border-radius: 0 6px 0 0;
border-radius: 0 6px 0 0;
}
.bordered th:only-child{
-moz-border-radius: 6px 6px 0 0;
-webkit-border-radius: 6px 6px 0 0;
border-radius: 6px 6px 0 0;
}
.bordered tr:last-child td:first-child {
-moz-border-radius: 0 0 0 6px;
-webkit-border-radius: 0 0 0 6px;
border-radius: 0 0 0 6px;
}
.bordered tr:last-child td:last-child {
-moz-border-radius: 0 0 6px 0;
-webkit-border-radius: 0 0 6px 0;
border-radius: 0 0 6px 0;
}
</style>
</head>
(有些代码我略了),这样式文件的表格,怎么改让它居左!
展开
 我来答
diguosidai
2015-04-12 · TA获得超过223个赞
知道小有建树答主
回答量:167
采纳率:75%
帮助的人:107万
展开全部
判断不出来。 table设置的是width:100%; 就算float:left也没用。 要看父级的容器是个什么样式。 所以需要整个css代码。
追问
源代码里它没有调用到类似 bootstrap.css文件啊,就剩这个了
echo"";
echo"....";
while....
echo ""
awl805
2015-04-12 · TA获得超过392个赞
知道小有建树答主
回答量:302
采纳率:100%
帮助的人:317万
展开全部
table{float:left;}
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
POPO酥
2015-04-12 · TA获得超过2230个赞
知道小有建树答主
回答量:1552
采纳率:55%
帮助的人:575万
展开全部
body 怎么能略呢,你 body 里有没有设 text-align: center;
更多追问追答
追问
body {
width: 240px;
margin: 40px auto;
font-family: 'trebuchet MS', 'Lucida sans', Arial;
font-size: 14px;
color: #444;
}
追答
table 的父容器呢?
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式