Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<div id = "content">
    <ul id = "slideimages">
        <li id = "one" class = "bodynavs">1
        </li><!--end home-->
        
        <li id = "two" class = "bodynavs">2
        </li><!--end services-->
        
        <li id = "three" class = "bodynavs">3
        </li><!--end contact -->
        
        <li id = "four" class = "bodynavs">4
        </li><!--end my itv3-->
        
        <li id = "five" class = "bodynavs">5
        </li><!--end media-->
        
        <li id = "six" class = "bodynavs">6
        </li><!--end careers-->
  </ul><!--end slideimages-->
</div><!--end content-->
 
/***************************************************************************************************************
*DEFAULT STYLES FOR THE BODY
***************************************************************************************************************/
body{
    margin:0;
    padding:0;
    overflow:hidden;
}
.centertext{
    text-align:center;  
}
/***************************************************************************************************************
*STYLES FOR THE BODY
***************************************************************************************************************/
#content{
    border:5px solid red;
    overflow:hidden;
  
}
.bodynavs{
    width:200px;
    min-height:100px;
    border:1px solid green;
}
#slideimages{
    list-style-type:none;
    padding:0;
    margin:0;
    overflow:hidden;
    width: 2000%;
  
}
#slideimages li{
    float:left;
}
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers