Home > Web Front-end > HTML Tutorial > 用css设置不确定宽度的div的高度等于本身宽度的2倍***************_html/css_WEB-ITnose

用css设置不确定宽度的div的高度等于本身宽度的2倍***************_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:46:02
Original
2859 people have browsed it

css 宽高比

例如我的页面的宽度会随浏览器的宽度改变。我的div的宽度设置是100%。div宽度就不能确定了。
但是现在要求必须设置其高度等于其宽度的2倍。用css如何实现?
听说过可以在css中写js。但是我不知道怎么写。

回复讨论(解决方案)

用js 实现呗!不一定要用css!

问题是div的宽度设置了是100%。用$("mydiv").width()获取到的宽度是100.他只是把百分号去掉之后就给我了
本来还想用$("mydiv").height($("mydiv").width()*2)的。

不是吧,其实就是100px吧。。。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template