Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
     <link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
     <script src="http://code.jquery.com/jquery-1.9.1.js"></script>
     <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
</head>
<body>
<div class="cell CC101" title="150px with id  (0401)"  >E0101 - 150px with id (0401)</div>
    <div class="cell CC401" title="2350px with id  (0401)"  >E0401 - 2350px with id (0401)</div>
    <div class="cell CC406" title="2800px with id  (0401)"  >E0406 - 2800px with id (0401)</div>
    <div class="cell CC4131" title="2100px with id  (0401)" >E4131 - 2100px with id (0401)</div>
    <div class="cell CC4132" title="1400px with id  (0401)" >E4132 - 1400px with id (0401)</div>
    <div class="cell CC3092" title="950px with id  (3092)" >E3092 - 950px with id (3092)<div>
    <div class="cell CC307" title="1600px with id  (0307)" >E0307 - 1600px with id (0307)</div>
  
</body>
</html>
 
.ui-tooltip {   background-color: #DDFFDD; }
.ui-tooltip-content {   font-size: x-large; }
    div.cell { position: absolute; background:#66ffbb; }
    div.CC101{left:150px; top:260px;}
    div.CC401{left:2350px; top:380px;} 
    div.CC406{left:2800px; top:660px;} 
    div.CC4131{left:2100px; top:940px;} 
    div.CC4132{left:1400px; top:660px;}
    div.CC3092{left:950px; top:660px;}
    div.CC307{left:1600px; top:520px;}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers