Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script src="http://scripts.confusion.cc/scrollto/js/jquery.scrollTo-min.js"></script>
<script src="http://scripts.confusion.cc/serialscroll/js/jquery.serialScroll-min.js"></script>
  
  
<script type="text/javascript">
  $(document).ready(function() {
    $('#serialScroll-test').serialScroll({
      items: 'img',
      duration: 2000, 
      axis: 'y', 
      interval: 1, 
      force: true
    });
   
  });
</script>
  
  
  
<script>
    $(document).ready(function() {
    $('#mascara').serialScroll({
        items:'img',
        prev:'#fi',
        next:'#fd',
        force:true,
        duration:700,    
       interval: 1, 
        cycle:true
    });
      });
    $("#fcontacto").submit(function() {
        $.post(this.action,$(this).serialize(),function(resp){
             $(".message").html(resp).slideDown().delay(5000).slideUp();
        });
        return false;
    });
           
    
</script>
  
  
<title>Sandbox</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
body { background-color: #000; font: 16px Helvetica, Arial; color: #0f0f0f; }
</style>
</head>
<body>
    <div style="margin: auto; width: 500px; background: #ccc; border: 1px solid #999;">
      <h1>SerialScroll Test</h1>
      <div id="mascara" style="float: left; width: 600px; height: 333px; overflow: hidden;">
        <ul>
          <li><img class="scrollable" src="http://farm4.static.flickr.com/3489/3849497254_4722754872.jpg" alt="IMG_7997" /></li>
          <li><img class="scrollable" src="http://farm3.static.flickr.com/2487/3867263002_f6b368d983.jpg" alt="IMG_8005" /></li>
        <img class="scrollable" src="http://farm3.static.flickr.com/2528/4043006363_81931d7985.jpg" alt="IMG_2235" />
        </ul>
      </div>
      <div id="despues" style="margin: auto; width: 500px; background: #ccc; border: 1px solid #999;">
          <a href="#">asdasd</a>
        </div>
    </div>
  </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers