Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to add overlay on my image
    primarykey
    data
    text
    <p>How to add overlay to my codes.</p> <pre><code>&lt;div class="demo"&gt; &lt;div style="width: 300px; height: 91px; position: absolute; top: 148px; left: 12px;" class="resizable ui-draggable ui-resizable ui-draggable-disabled ui-state-disabled" id="resizable" aria-disabled="true"&gt; &lt;div class="ui-resizable-handle ui-resizable-n"&gt;&lt;/div&gt;&lt;div class="ui-resizable-handle ui-resizable-e"&gt;&lt;/div&gt;&lt;div class="ui-resizable-handle ui-resizable-s"&gt;&lt;/div&gt;&lt;div class="ui-resizable-handle ui-resizable-w"&gt;&lt;/div&gt;&lt;div class="ui-resizable-handle ui-resizable-se ui-icon ui-icon-gripsmall-diagonal-se" style="z-index: 1001;"&gt;&lt;/div&gt;&lt;/div&gt; &lt;div class="zoomslide ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all" style="display: block;"&gt;&lt;a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 0%;"&gt;&lt;/a&gt;&lt;/div&gt; &lt;div id="the_image" style="top: 12px; left: 12px; position: absolute;" class="ui-draggable"&gt;&lt;div class="imgdiv" style="background: none repeat scroll 0% 0% red; height: 350px; width: 300px; overflow: visible;"&gt;&lt;img width="334" height="350" src="images/lion-man.jpg" class="img1 image" id="first" style="position: relative; top: 0px; left: -17px;"&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt; </code></pre> <p>What i need is when the crop button is click, and the full image is displayed, it should overlay on the part of the image outside the white-bordered-box.</p> <p>I think it should create div's and set opacity outside the white-bordered box, but I' having trouble implementing it.</p> <p>It should be something like:</p> <pre><code>function overlay(){ //codes here } </code></pre> <p>Any help please.</p> <p><a href="http://deadwoodfilms.com/jquery/picture3/picture.html" rel="nofollow">http://deadwoodfilms.com/jquery/picture3/picture.html</a></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload