<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-cn">
<head>
<title>无标题文档</title>
<style type="text/css">
.align-center{
height:300px;
width:300px;
background:red; /* 背景色 */
text-align:center; /* 文字等内容居中 */
border:1px solid #333333;
}
.a{width:24px;height:300px;background:green;margin:0 auto;position:relative}
.c{position:absolute;bottom:0;background:yellow;}
</style>
</head><body>
<div class="align-center"><div class="a">aaa<div class="c">ccc</div></div></div>
</body>
</html>
【 在 ex2 (d2) 的大作中提到: 】
: 就是让一行文字在容器最下方[或者指定距离容器底部多少px]
: 并且文字在横向上要居中
: 弄了很久, 都不能实现, 两者好像有点排斥[应该是我撮...]
: ...................
--
FROM 60.12.227.*