-
Notifications
You must be signed in to change notification settings - Fork 0
/
ArtAvenue_List2.html
153 lines (144 loc) · 5.05 KB
/
ArtAvenue_List2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<script src="js/jquery.min.js"></script>
<title></title>
<style>
.aablock
{
position:absolute;
width:290px;
height:290px;
}
#b11
{
top:250px;
left:35px;
}
#b12
{
top:250px;
left:335px;
}
#b21
{
top:550px;
left:35px;
}
#b22
{
top:550px;
left:335px;
}
#b31
{
top:850px;
left:35px;
}
#b32
{
top:850px;
left:335px;
}
#b41
{
top:1150px;
left:35px;
}
#b42
{
top:1150px;
left:335px;
}
#b51 {
top: 1450px;
left: 35px;
}
#b52 {
top: 1450px;
left: 335px;
}
#b61 {
top:1750px;
left: 35px;
}
#b62 {
top:2050px;
left: 35px;
}
.aablock img
{
width:290px;
height:290px;
}
</style>
<script type="text/javascript">
$(document).ready(function () {
var list = ['b11', 'b12', 'b21', 'b22'];
// more than one array
var sp = 0;
var col = 2;
var row = 10;
//setInterval(function () {
setTimeout(function() {
$('#b11').animate({ top: '250px', left: '335px' }, 900, 'linear');
$('#b12').animate({ top: '550px', left: '35px' }, 1050, 'linear');
$('#b21').animate({ top: '550px', left: '335px' }, 970, 'linear');
$('#b22').animate({ top: '250px', left: '35px' }, 1000, 'linear');
}, 10000);
setTimeout(function () {
$('#b11').animate({ top: '850px', left: '35px' }, 820, 'linear');
$('#b12').animate({ top: '850px', left: '335px' }, 920, 'linear');
$('#b21').animate({ top: '1150px', left: '35px' }, 1000, 'linear');
$('#b22').animate({ top: '1150px', left: '335px' }, 1020, 'linear');
$('#b31').animate({ top: '250px', left: '335px' }, 900, 'linear');
$('#b32').animate({ top: '550px', left: '35px' }, 1050, 'linear');
$('#b41').animate({ top: '550px', left: '335px' }, 970, 'linear');
$('#b42').animate({ top: '250px', left: '35px' }, 1000, 'linear');
}, 20000);
setTimeout(function () {
$('#b11').animate({ top: '850px', left: '35px' }, 820, 'linear');
$('#b12').animate({ top: '850px', left: '335px' }, 920, 'linear');
$('#b21').animate({ top: '1150px', left: '35px' }, 1000, 'linear');
$('#b22').animate({ top: '1150px', left: '335px' }, 1020, 'linear');
$('#b51').animate({ top: '550px', left: '335px' }, 900, 'linear');
$('#b52').animate({ top: '250px', left: '35px' }, 1050, 'linear');
$('#b61').animate({ top: '250px', left: '335px' }, 970, 'linear');
$('#b62').animate({ top: '550px', left: '35px' }, 1000, 'linear');
}, 30000);
/* setTimeout(function () {
$('#b11').animate({ top: '850px', left: '20px' }, 820, 'linear');
$('#b12').animate({ top: '850px', left: '320px' }, 920, 'linear');
$('#b21').animate({ top: '1150px', left: '20px' }, 1000, 'linear');
$('#b22').animate({ top: '1150px', left: '320px' }, 1020, 'linear');
$('#b31').animate({ top: '550px', left: '20px' }, 900, 'linear');
$('#b32').animate({ top: '250px', left: '0px' }, 1050, 'linear');
$('#b41').animate({ top: '250px', left: '320px' }, 970, 'linear');
$('#b42').animate({ top: '550px', left: '320px' }, 1000, 'linear');
}, 21000);
*/
//var tmp = list[sp];
//list[sp] = list[sp
//}, 1000);
});
</script>
</head>
<body>
<div style="position:relative;height:234px;"><img src="Header.png" /></div>
<div class="aablock" id="b11"><img src="b11.jpg" /></div>
<div class="aablock" id="b12"><img src="b12.jpg" /></div>
<div class="aablock" id="b21"><img src="b21.jpg" /></div>
<div class="aablock" id="b22"><img src="b22.jpg" /></div>
<div class="aablock" id="b31"><img src="b31.jpg" /></div>
<div class="aablock" id="b32"><img src="b32.jpg" /></div>
<div class="aablock" id="b41"><img src="b41.jpg" /></div>
<div class="aablock" id="b42"><img src="b42.jpg" /></div>
<div class="aablock" id="b51"><img src="b51.jpg" /></div>
<div class="aablock" id="b52"><img src="b52.jpg" /></div>
<div class="aablock" id="b61"><img src="b61.jpg" /></div>
<div class="aablock" id="b62"><img src="b62.jpg" /></div>
</body>
</html>