gpt4 book ai didi

google-chrome - 简单的多div页面会使Chrome崩溃。

转载 作者:行者123 更新时间:2023-12-03 17:36:16 26 4
gpt4 key购买 nike

我希望这只是我的安装,尽管我已禁用所有扩展。
我要做的就是在水平和垂直方向上几次调整窗口大小,它将崩溃。我无法使IE崩溃。
我简直无法相信会炸毁它。
Chrome版本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>

最佳答案

我有“版本26.0.1410.64 m”,没有扩展名,对我来说不会崩溃。它可能是您的扩展程序之一,如果不是,那么您的版本

关于google-chrome - 简单的多div页面会使Chrome崩溃。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19530525/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com