YUI Library JavaScript DHTML





    
Real Time Crop Feedback

/*margin and padding on body element
  can introduce errors in determining
  element position and are not recommended;
  we turn them off as a foundation for YUI
  CSS treatments. */
body {
  margin:0;
  padding:0;
}












Real Time Crop Feedback



  

This example shows how to use a few of the built in events to real time crop feedback.


      



    #results {
        border: 1px solid black;
        height: 83px;
        width: 125px;
        position: relative;
        overflow: hidden;
    }
    #results img {
        position: absolute;
        top: -20px;
        left: -20px;
    }









   
  
yui_2.7.0b.zip( 4,431 k)