Beg*_*ner 5 html css internet-explorer
我有以下代码,
<div class="Wrapper" style="width: 100%; height: 20%; justify-content: space-between;">
<div class="customText" style="width: auto; font-size: 33px; float: left; min-width: 10%;">Test</div>
<div class="valueContainer" style="height: 100%; max-width: 90%;">
<div class="value" id="containercardElementCard1_ActValue" style="width: auto; color: rgb(104, 98, 98); line-height: 55px; font-size: 33px; max-width: 100%;" data-tooltip="Value: ">7,632,789,549</div>
</div>
</div>
Run Code Online (Sandbox Code Playgroud)
包装纸的宽度为247px。
在chrome中,customTextdiv占用38.5px宽度并valueContainer占用,208.4px
而在IE中,div customText占用60.3px并valueContainer占用186.6px
我怀疑该max-width属性无法在IE中运行。
| 归档时间: |
|
| 查看次数: |
239 次 |
| 最近记录: |