无法在Firefox 3.6中获取最小高度在表上工作

编程入门 行业动态 更新时间:2024-10-25 16:28:51
本文介绍了无法在Firefox 3.6中获取最小高度在表上工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我有一个问题,min-height不工作在我绝对的位置表。但是,我能够得到它工作在IE 6使用高度(因为我知道IE 6对待高度像最小高度)

I have an issue with min-height not working on my absolutely postioned table. But, I'm able to get it working in IE 6 using height (as i know IE 6 treats height like min-height)

任何线索,如何我可以得到

Any clues on how I can get this working?

<table cellspacing="0" style="position:absolute;top:300px;left:0;width:100%;min-height:100px; height: auto !important; height: 100px"> <tr> <td> adawdaaw </td> <td> fefsfs </td> </tr> </table>

推荐答案

只需使用 height:100px ,因为它被解释为表上的最小高度。

Just use height:100px as this interpreted as minimum height on tables anyway.

更多推荐

无法在Firefox 3.6中获取最小高度在表上工作

本文发布于:2023-10-28 00:48:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1535012.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:表上   最小   高度   工作   Firefox

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!