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>
<!--[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; }
  
p {
    font-family: Arial, sans-serif;
    margin: 200px auto;
    width: 500px;
}
  
a[data-tooltip]:link, a[data-tooltip]:visited {
    position: relative;
    text-decoration: none;
    border-bottom: solid 1px;
  color:#666;
}
a[data-tooltip]:before {
    content: "";
    position: absolute;
    border-top: 15px solid #0090ff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    visibility: hidden;
    top: -18px;
    left: -6px;
    color:#666;
}
a[data-tooltip]:after {
    content: attr(data-tooltip);
    position: absolute;
    color: white;
    top: -65px;
    left: -36px;
    background: #0090ff;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    visibility: hidden;
    width: 200px;
    max-width: 250;
  color:#666;
}
a[data-tooltip]:hover:before, a[data-tooltip]:hover:after {
    visibility: visible;
  white-space: nowrap
    -moz-transition: visibility 0s linear .3s;
}
</style>
</head>
<body>
  <p>Lorem ipsum dolor sit amet elit, sed do eiusmod tempor &nbsp;&nbsp;<a href='' data-tooltip="Update after adding your code and wait for total costs to update,
                                                                                                 then click complete">?</a><br /> incididunt ut labore et dolore magna aliqua ut enim <a href=”#” data-tooltip="This is a pure CSS tooltip">?</a><br /> ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
  
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers