在CSS中使用PLupload div来覆盖内联样式

时间:2017-11-17 19:46:46

标签: html css plupload

定位以下div的最佳方式是什么?它包含我需要覆盖的内联样式,但由于每个按钮都有自己的数字,因此无法定位混乱的数字组。我在样式表中尝试了IDing,但仍然没有骰子。我尝试使用!important标记和所有内容进行div.moxie-shim.moxie-shim-html5,甚至通过表单的ID进行定位。感谢

<div id="html5_1bv5o0e5e18dsj3dhdm125oml1h_container" class="moxie-shim moxie-shim-html5" style="position: absolute; top: 48px; left: 16px; width: 81px; height: 28px; overflow: hidden;"></div>

1 个答案:

答案 0 :(得分:1)

你有没有试过像:

[class="moxie-shim"] {
    style: myStyle;
}

好像你没有使用正确的语法进行定位。