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.
简单的问题,但我似乎找不到答案,抱歉标题不好。
在设计网站时,您可以在相同的布局中将宽度属性设置为百分比值,将高度属性设置为像素值吗?如果是这样,这称为什么类型的布局?
提前致谢!
在响应式布局中做这样的事情是一种常见的做法,但这种技术本身并没有特殊的名称。它只是响应式布局的一小部分。
我经常将这种技术用于标题,我希望标题容器水平填充屏幕但仅垂直占用固定空间。如果你给它,position: relative那么你也可以响应地调整内容的大小,这样内容就可以根据宽度重排。
position: relative