Note that there are some explanatory texts on larger screens.

plurals
  1. POJquery Simplyscroll add left and right image in container / clip
    primarykey
    data
    text
    <p>I am using Jquery Simplyscroll (http://logicbox.net/jquery/simplyscroll/) and I am looking for a method to add an image (faded png) on both left and right side in order to avoid my images being "cut off" once sliding by.</p> <p>The code of my scroller:</p> <pre><code> &lt;script type="text/javascript"&gt; (function($) { $(function() { $("#scroller").simplyScroll(); }); })(jQuery); &lt;/script&gt; &lt;ul id="scroller"&gt; &lt;li&gt;&lt;img src="http://logicbox.net/jquery/simplyscroll/assets/20080608_9N3H5GYL_tb.jpg" width="290" height="200" alt="Firehouse"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="http://logicbox.net/jquery/simplyscroll/assets/20080513_4D3SD1BQ_tb.jpg" width="290" height="200" alt="Chloe nightclub"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="http://logicbox.net/jquery/simplyscroll/assets/20080513_VPJWVQRW_tb.jpg" width="290" height="200" alt="Firehouse bar"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="http://logicbox.net/jquery/simplyscroll/assets/20080514_B1YJ08B6_tb.jpg" width="290" height="200" alt="Firehouse chloe club fishtank"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="http://logicbox.net/jquery/simplyscroll/assets/20080514_JYW68XPT_tb.jpg" width="290" height="200" alt="Firehouse restaurant"&gt;&lt;/li&gt; &lt;li&gt;&lt;img src="http://logicbox.net/jquery/simplyscroll/assets/20080608_38CG51J2_tb.jpg" width="290" height="200" alt="Firehouse"&gt;&lt;/li&gt; &lt;/ul&gt; </code></pre> <p>What would be the best practice/method in order for me to achieve this?</p> <p>Some advice would be greatly appreciated.</p> <p>Thank you, Patrick </p>
    singulars
    1. This table or related slice is empty.
    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.
    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