#img-area li, #img-area img { width: 200px; height: 100px; } #img-area li { list-style: none; float: left; padding: 2px; position: relative; background-color: #F0F0F0; } #img-area li i { cursor: pointer; position: absolute; right: 20px; } .active-border { border: 1px solid #333333; } .add-title > h3 { float: left; cursor: pointer; } #dialog { position: fixed; left: 26%; top: 10%; background: #FFFFFF; border: 1px solid #333333; padding: 10px; width: 500px; z-index: 1000; } .mask-layer { position: absolute; top: 0px; filter: alpha(opacity=60); background-color: #777; z-index: 10; left: 0px; opacity: 0.5; -moz-opacity: 0.5; width: 100%; height: 3000px; } .img-layer { position: absolute; top: 0px; filter: alpha(opacity=60); background-color: #777; z-index: 10; left: 0px; opacity: 0.5; -moz-opacity: 0.5; width: 100%; height: 3000px; }