IE的Flex CSS问题

时间:2015-02-22 17:01:19

标签: css internet-explorer flexbox

这是我的CSS代码:

.title_content {
    display: flex;
}

.video_title {
    overflow: hidden;
    height: 25px;
    padding-right:100px;
}

在那里,我的HTML代码:

<div class="title_content">
    <h1 class="video_title">
       A long text which don't want to be flexed in IE
    </h1>
</div>

适用于Firefox和Chrome,但不适用于IE。

0 个答案:

没有答案