Skip to content

Instantly share code, notes, and snippets.

#container{
margin-top:20px;
width:100%;
height:30px;
border: 1px solid #ccc;
box-shadow: -1px 1px 1px 1px #ccc;
overflow:hidden;
}
#container:hover{
cursor:pointer
#container{
margin-top:20px;
width:170px;
height:30px;
border: 1px solid #ccc;
box-shadow: -1px 1px 1px 1px #ccc;
overflow:hidden;
}
#container:hover{
cursor:pointer
#container{
margin-top:20px;
width:200px;
border:1px solid white;
}
.half{
width:50%;
border:1px solid white;
float:left;
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<ul id="buh"></ul>
</body>