How to make the right layer increase as the height of the left column increases? _html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:06:32
Original
787 people have browsed it


sdfsdf

sdfsf



Reply to discussion (solution)

Equal height layout

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style>.box{width:800px;margin:100px auto;overflow:hidden;}.left{width:300px;background:red;padding-bottom:2000px;margin-bottom:-2000px;float:left;}.right{width:500px;background:green;padding-bottom:2000px;margin-bottom:-2000px;float:left;}</style></head><body><div class="box">	<div class="left">    	尝试添加内容尝试添加内容尝试添加内容尝试添加内容尝试添加内容尝试添加内容        尝试添加内容尝试添加内容尝试添加内容尝试添加内容尝试添加内容尝试添加内容    </div>    <div class="right"></div></div></body></html>
Copy after login
Copy after login

Equal height layout

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>无标题文档</title><style>.box{width:800px;margin:100px auto;overflow:hidden;}.left{width:300px;background:red;padding-bottom:2000px;margin-bottom:-2000px;float:left;}.right{width:500px;background:green;padding-bottom:2000px;margin-bottom:-2000px;float:left;}</style></head><body><div class="box">	<div class="left">    	尝试添加内容尝试添加内容尝试添加内容尝试添加内容尝试添加内容尝试添加内容        尝试添加内容尝试添加内容尝试添加内容尝试添加内容尝试添加内容尝试添加内容    </div>    <div class="right"></div></div></body></html>
Copy after login
Copy after login

What if there is a border?

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!