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.
私は身長100%のボディを持っています。そして2つの子div。作ることが可能です:
dom の準備ができたら、jQuery でそれを行うことができます
$(document).ready(function(){ $('#second').css({ 'height': ($('body').height() - $('#first').height()) + 'px' }); });