添加position:relative;到您的CSS:
.anim_queue_example1 a
{
margin: 15px;
width: 50%;
height: 25px;
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-box-align: center;
-moz-box-align: center;
box-align: center;
text-decoration: none;
font-size: 15px;
font-weight: 700;
background: #333;
color: #fff;
position:relative;
}
Run Code Online (Sandbox Code Playgroud)
示例:http://jsfiddle.net/niklasvh/pJMva/10/