【发布时间】:2015-06-25 01:02:59
【问题描述】:
请帮助我阻止右 div 撞到左 div。你可以在这个网站上看到:http://chelseachendesigns.com/About.html 从右侧最小化 scrn,然后崩溃....
<body>
<div id="wrapper">
<header id="top">
<h1> C H E L S E A C H E N </h1>
</header>
</div>
<article id="bio">
xxx
</article>
<div id="resume">
xxx
</div>
#bio {
font-family: gruppo;
font-style: normal;
font-weight: 400;
color: rgba(50,50,50,1.00);
position: static;
display: block;
margin-top: 1%;
font-size: 100%;
text-align: left;
margin-left: 5%;
float: left;
margin-right: 62%;
overflow-x: hidden;
overflow-y: hidden;
clear: none;
}
body {
}
#flotus img {
margin-left: 5%;
left: auto;
visibility: inherit;
display: block;
margin-top: -15%;
position: static;
float: left;
width: 30%;
height: auto;
}
#flotus {
position: static;
margin-top: -9px;
float: none;
}
#resume {
position: static;
float: none;
font-family: gruppo;
font-style: normal;
font-weight: 400;
white-space: pre;
display: block;
margin-left: 58%;
overflow-x: hidden;
overflow-y: hidden;
font-size: 100%;
margin-right: 5%;
margin-top: 0%;
【问题讨论】: