Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
  
  .l_left{
width:58%;
float:left;
}
    .l_left img{
    width:100%;
    height:100%;
    display:block;
    }
    
    .l_left .next_prev{
    width: 50%;
    position:absolute;
    height:100%;
    }
    
    .l_left .next_prev a.prev{
    display:block;
    width:50%;
    height:100%;
    background: red;
    opacity:0.5;
    float:left;
    }
    
    .l_left .next_prev a.next{
    display:block;
    width:50%;
    height:100%;
    background: blue;
    opacity:0.5;
    float:right;
    }
</style>
</head>
<body>
  <div class="l_left">
<div class="next_prev">
<a href="#back" class="prev">&nbsp;</a>
<a href="#next" class="next">&nbsp;</a>
<span class="clearfix">&nbsp;</span>
</div>
<img src="http://files.conceptcarz.com/img/Land%20Rover/range-rover-sport-stormer-edition.jpg">
</div>
</body>
</html>
 
if (document.getElementById('hello')) {
  document.getElementById('hello').innerHTML = 'Hello World - this was inserted using JavaScript';
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers