提交 00bcb086 编写于 作者: 许金泉's avatar 许金泉

[fixbug]修改图片八个角的ie6样式问题

上级 6bd0f4f1
......@@ -55,7 +55,7 @@ UE.plugins['imageresize'] = (function () {
me.initStyle();
},
initStyle: function () {
utils.cssRule('imageresize','.edui-editor-resize span{position:absolute;left:0;top:0;width:6px;height:6px;inline-height:6px;display:block;background-color:#006DAE;}'
utils.cssRule('imageresize','.edui-editor-resize span{position:absolute;left:0;top:0;width:6px;height:6px;overflow:hidden;font-size:0px;display:block;background-color:#006DAE;}'
+ '.edui-editor-resize .hand0, .edui-editor-resize .hand7{cursor:nw-resize;}'
+ '.edui-editor-resize .hand1, .edui-editor-resize .hand6{left:50%;margin-left:-3px;cursor:n-resize;}'
+ '.edui-editor-resize .hand2, .edui-editor-resize .hand4, .edui-editor-resize .hand7{left:100%;margin-left:-6px;}'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册