jqueryui可拖动相册照片墙效果代码
代码语言:html
所属分类:画廊相册
代码描述:jqueryui可拖动相册照片墙效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<style>
/* Meyer's Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, small, strong, dl, dt, dd, ol, ul, li
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* END Meyer's Reset */
body {
font: 13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif;
background: #36b4dd;
}
h1 {
font-size: 30px;
}
#container > h1 {
padding: 10px;
}
h4 {
font-size: 20px;
padding-bottom: 10px;
}
#images li {
float: left;
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0