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>
<title>Sandbox</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
  
#sandbox_container { min-height: 385px; width: 940px; padding-bottom: 20px }
#sandbox_modalbox { width: 940px; padding-top: 5px; margin-bottom: -10px;}
ul#sandbox_modalbox_nav { width: 936px; height: 52px; margin: 0px 2px 0px 2px; padding-top: 0px; display: block; }
ul#sandbox_modalbox_nav li {height:52px; float: left; list-style: none; padding: 0px; display: block; }
ul#sandbox_modalbox_nav li a { padding: 12px 30px 0px 30px; height: 52px; display: block; }
</style>
</head>
<body>
<div id="sandbox_container">
    <div id="sandbox_modalbox">
        <div style555454="display: block;width: 1000px;">
            <ul id="sandbox_modalbox_nav">
                <li id="Intro" class="modal_active"><a href="#Intro">Item 1</a></li>
                <li id="Queries"><a href="#Queries">Item 2</a></li>
            </ul>
        </div>
        <!-- more content here -->
    </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