Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的页面上有一个div,其内容div是通过带有准确 CSS 文件的 javascript 动态生成的。div正如我预期的那样显示并且工作正常。我的问题是当我检查divi 在不同浏览器中显示的高度不同时,但我确实需要找到 div 的高度以进行其他一些操作。
div
我尝试了这些事情但失败了:
px
%
请看我创建的这个小提琴:http: //jsfiddle.net/mouli_13579/FxK9F/5
如果您的内容动态显示或更好地使用,请不要定义高度
html, body {height:100%} .yourclass { height:100%}
希望这会有所帮助