2011-08-07 6 views

答えて

3

してみてください。それとも、以下のCSSクラスを定義して逃げることができるかもしれ:

.ui-resizable-handle { 
    display: block; 
    font-size: 0.1px; 
    position: absolute; 
    z-index: 99999; 
} 
.ui-resizable-s { 
    bottom: -5px; 
    cursor: s-resize; 
    height: 7px; 
    left: 0; 
    width: 100%; 
} 
.ui-resizable { 
    position: relative; 
} 
.ui-resizable-e { 
    cursor: e-resize; 
    height: 100%; 
    right: -5px; 
    top: 0; 
    width: 7px; 
} 
.ui-resizable-s { 
    bottom: -5px; 
    cursor: s-resize; 
    height: 7px; 
    left: 0; 
    width: 100%; 
} 
.ui-resizable-se { 
    bottom: 1px; 
    cursor: se-resize; 
    height: 12px; 
    right: 1px; 
    width: 12px; 
} 

更新例:http://jsfiddle.net/PUBrS/

+0

感謝を追加...それを考えなかった... –

関連する問題