简体   繁体   English

如何使部分可扩展?

[英]How can I make a section expandable?

Here is the site that I'm working on: http://viewsharer.com/这是我正在处理的网站: http : //viewsharer.com/

At the bottom of the page there is a contact us form, with a textbox for some comment.在页面底部有一个联系我们表格,带有一些评论的文本框。 When the comment box is dragged out more, the box comes off of the blue section and so does the submit button.当评论框被拖出更多时,该框脱离蓝色部分,提交按钮也是如此。

Heres an image:这是一个图像:

http://prntscr.com/35lhux http://prntscr.com/35lhux

here the Let's Talk button is pushed down and covers the copyright!这里Let's Talk按钮被按下并覆盖版权!

Is there a way to tell the blue section to expand when the comment box expands so everything stays within the section?有没有办法在评论框展开时告诉蓝色部分展开,以便所有内容都保留在该部分内? Thanks!谢谢!

If you want to view the html/css you can rightclick the website and click view page source :)如果您想查看 html/css,您可以右键单击该网站并单击查看页面源代码 :)

#contact div 中删除height ,并给#submit按钮一个margin-bottom: 48px;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM