在IE 7和IE 8中闲置一边

时间:2015-01-29 23:33:02

标签: html5 internet-explorer-8 css-float internet-explorer-7

我刚刚制作了一个简单的HTML 5结构的Wordpress页面。

<section>
    <article>Content</article>
    <aside>Form</aside>
</section>

在文章中,我使用图像和数据列表创建了不同的子部分。 除了IE 7-8之外,它在任何地方都能很好地工作,其中在页面中放下了它,它似乎无法以任何方式浮动。 注意:我已经使用html5-shiv脚本来使IE识别出html5标签。

这是我的CSS内容和旁边部分:

article {
    float:left;
    width:500px;
}

aside {
    float:left;
    width:350px; 
    display:inline-block;
}

我想强调,我编码的部分在其他页面中正常工作,如:

http://www.dottcar.it/auto-noleggio-lungo-termine_vantaggi/

但在优惠页面中似乎已经破了:

http://www.dottcar.it/mini-countryman-one-d/

任何人都可以提供帮助?

0 个答案:

没有答案