简单的multi-div页面崩溃Chrome。

时间:2013-10-23 00:09:57

标签: google-chrome html crash resize

我希望这只是我的安装,虽然我已禁用所有扩展程序 我所要做的就是水平和垂直调整窗口几次,它会崩溃。我无法让IE崩溃。 我不敢相信这么简单的东西会炸毁它。 Chrome verison 30.0.1599.101

<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title></title>
<script  type="text/javascript"
    src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">
</script>

<style type="text/css">

#mainDiv {
background-color: grey;
position: absolute;
top: 70px;
left: 0px;
right: 0px;
bottom: 0px;
}

#innerDiv1 {
background-color: blue;
position: relative;
width:31%;
float: left;
padding:1px;
margin:10px;
}

#innerDiv2 {
background-color: yellow;
position: relative;
width:31%;
float: left;
padding:1px;
margin:10px;
}

#innerDiv3 {
background-color: red;
position: relative;
width:31%;
float: left;
padding:1px;
margin:10px;
}

#content {
width: 100% ;
margin-left: auto ;
margin-right: auto ;
background-color:green;
}

</style>

</head>
<body>

<div id="mainDiv"  >
Stuff here
    <div id="content"> 
        <div id="innerDiv1">
            Inner 1
        </div>

        <div id="innerDiv2">
            Inner 2
        </div>

        <div id="innerDiv3">
            Inner 3
        </div>

    </div>

</div>

</body>
</html>

1 个答案:

答案 0 :(得分:0)

我有“版本26.0.1410.64米”,没有扩展名,它不会让我崩溃。它可能是您的扩展之一,如果没有,那么您的版本