我不能让td"Date"有固定的高度.如果Body部分中的数量较少td Date元素比它应该大 - 即使我将Date height设置为10%,Body height设置为90%.有什么建议?
Claude
Sent: 18.08.2008 20:49:28 Id lacinia lacus arcu non quis mollis sit. Ligula elit. Ultricies elit cursus. Quis ipsum nec rutrum id tellus aliquam. Tortor arcu fermentum nibh justo leo ante vitae fringilla. Pulvinar aliquam. Fringilla mollis facilisis.
我现在的css是:
table.ForumThreadViewer td.Date { text-align: left; vertical-align: top; font-size: xx-small; border-bottom: solid 1 black; height: 20px; } table.ForumThreadViewer td.Body { text-align: left; vertical-align: top; border-top: solid 1 black; } table.ForumThreadViewer td.Author { vertical-align: top; text-align: left; }
它适用于FF但不适用于IE.:(
当你使用百分比时,它们是相对于它们的容器,即便如此,它只适用于某些类型的元素.我认为为了这个工作,你需要将高度应用于 但是看看你的数据,你真的确定你应该使用一张桌子吗?!s,并给出 一个高度.如果
高度也相对,则需要给它的容器一个高度.
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有