图示

利用jQuery UI 实现图片部份截取

使用到的jquery UI有draggable,resizable

HTML
> <div style='width:732px;height:458px' id='c'>
    
<div id='quen' style='position:absolute;top:0px;left:0px;border:solid 2px blue;width:200px;height:200px'>
        
<div id='quen2' style='background:red;width:100%;height:100%'></div>
    
</div>
    
<img src='1.jpg' />
</div>
<br/><br/><br/>
<div style='position:absolute;overflow:hidden;width:200px;height:200px'>
    
<div id='e' style='position:relative;'>
        
<img src='1.jpg' />
    
</div>
</div>

相关文章:

  • 2021-10-06
  • 2021-11-27
  • 2021-07-15
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2021-06-10
  • 2022-12-23
猜你喜欢
  • 2021-07-09
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-11
  • 2022-01-13
相关资源
相似解决方案