当前位置:  开发笔记 > 前端 > 正文

修复了HTML中的TD高度属性

如何解决《修复了HTML中的TD高度属性》经验,为你挑选了1个好方法。

我不能让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.:(



1> Oli..:

当你使用百分比时,它们是相对于它们的容器,即便如此,它只适用于某些类型的元素.我认为为了这个工作,你需要将高度应用于s,并给出

一个高度.如果
高度也相对,则需要给它的容器一个高度.

但是看看你的数据,你真的确定你应该使用一张桌子吗?!

推荐阅读
k78283381
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有