height = 100%似乎不适用于表 [英] height = 100% doesn't seem to work for table

查看:130
本文介绍了height = 100%似乎不适用于表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想让我的表使用100%的高度。

I'm trying to have my table use 100% of the height.

这个小提琴显示了问题。使用100%的宽度(请尝试调整宽度以查看此宽度)。

This fiddle shows the problem. 100% of the width is used (try resizing the width to see this). However, the pictures stay cluttered towards the top of the window even if the window is made very tall.

推荐答案

尝试这样:

html, body 
{
  margin:0;
  padding:0;
  height:100%;
  border:none
}

这篇关于height = 100%似乎不适用于表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆