- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我目前正在从事 css3/html5 元素。由于我之前提出的一个问题,它在 chrome 中运行完美,并且建议使用 flexie ( http://flexiejs.com/ ) 的答案,但在 IE 中甚至不接近。下面是它在 Chrome 中的样子。
在 IE 中它看起来像下面这样
我已将代码添加到 http://jsfiddle.net/Ax6Xr/如果有帮助。
我已经添加了下面的 CSS,因为出于某种原因 stackoverflow 不允许我在不发布一些代码的情况下提交,这些代码看起来有点毫无意义,因为我已经链接到 jsfiddle。
html, body
{
padding: 0;
margin: 0;
height: 100%;
}
#wrapper
{
display: -webkit-box;
-webkit-box-orient: vertical;
min-height: 100%;
background-color: purple;
width: 100%;
margin-top: 0px;
}
header
{
width: 100%;
height: 80px;
background-color: black;
color: white;
}
#articleContainer {
width: 75%;
margin: auto;
background-color: blue;
display: -webkit-box;
-webkit-box-flex: 1;
}
#articleContent
{
width: 70%;
background-color: yellow;
}
#articleSideBar
{
position: relative;
width: 28%;
background-color: green;
margin-left: 2px;
margin-right: 2px;
display: inline;
margin-top: 0px;
height: auto;
}
下面是HTML
<html>
<head>
<title>index</title>
<link href="ArticleStyleSheet.css" rel="stylesheet" type="text/css" />
<script src="../scripts/flexie.js" type="text/javascript"></script>
</head>
<body>
<div id="wrapper">
<header>
Header
</header>
<div id="articleContainer">
<div id="articleContent" contenteditable>
The quick brown fox jumped over the lazy dogs back. All good men must come to the aid of the party
</div>
<div id="articleSidebar">
Article Sidebar
</div>
</div>
</div>
</body>
</html>
最佳答案
IE 还不兼容 HTML5。我相信 IE10 会。
关于html - 使用 flexie 在与 IE 兼容的容器中并排划分,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12980725/
我目前正在从事 css3/html5 元素。由于我之前提出的一个问题,它在 chrome 中运行完美,并且建议使用 flexie ( http://flexiejs.com/ ) 的答案,但在 IE
有没有办法通过 Sharepoint 的网络服务完成 Nintex Flexi 任务?我们已经尝试更新“WorkflowOutcome”、“ApproverComments”和“Status”字段但没
我正在尝试对我正在开发的 Common Lisp 应用程序中的一些字符串进行哈希处理。 sd-sha1 软件包似乎不受支持,并且根据 CLiki 页面判断已经有一段时间了,该页面建议使用 Ironcl
我试图并排放置 3 个 div,将所有剩余的 div 推到下一行。下面的 jsFiddle 在 IE 中完美运行,但在 Chrome 中它只显示父 div (box-wrap)。 See demo h
关闭。这个问题是opinion-based .它目前不接受答案。 想要改进这个问题? 更新问题,以便 editing this post 可以用事实和引用来回答它. 关闭 9 年前。 Improve
要求是使用 Azure MySQL Flexi 服务器数据库实现跨区域复制。在 Azure 门户中,可以选择在创建副本时选择位置。 我们试图通过命令实现相同的副本创建,但出现以下问题。源服务器在西区,
我正在尝试将 4 个单独的 sql 添加到我的 app.yaml 文件中的 beta_settings 副标题,用于 Python3 Flexible App Engine。当我将 4 组加在一起时,
我正在尝试在 App Engine 柔性环境中使用 postgres 设置 django。 我按照这里的说明操作:https://cloud.google.com/appengine/docs/fle
由于 GAE 不提供静态 IP,是否有任何方法可以为来自 Google App Engine 的所有导出连接连接 Cloud NAT。 将平台从 GAE 切换到 Compute Engine 或在 C
我是一名优秀的程序员,十分优秀!