-
Notifications
You must be signed in to change notification settings - Fork 6
/
spons-slider.php
80 lines (66 loc) · 2.62 KB
/
spons-slider.php
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
<head>
<style type="text/css">
div#wn {
position:relative; left:5px;
width:1070px; height:140px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
}
div#inner1, div#inner2 {
white-space:nowrap;
}
div#inner1 img {
padding-right:4px;
}
</style>
</head>
<body>
<div class="row">
<div style="margin-bottom:15px">
<h2 style="text-align:center;">SPONSORS</h2>
</div>
<div id="wn">
<div id="lyr1">
<div id="inner1">
<span >
<img src="img/spons/sponsors/cosponsor.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e2.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e3.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e4.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e5.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e7.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e8.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e9.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e1.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/g12.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/luxuryhotelpartner.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/strategic.png" width="120" height="80" alt="" />
</span>
<span id="rpt1">
<img src="img/spons/sponsors/cosponsor.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e2.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e3.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e4.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e5.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e7.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e8.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e9.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/e1.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/g12.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/luxuryhotelpartner.png" width="120" height="80" alt="" />
<img src="img/spons/sponsors/strategic.png" width="120" height="80" alt="" />
</span> </div>
</div>
</div>
</div>
<script src="js/dw_con_scroller.js" type="text/javascript"></script>
<script type="text/javascript">
if ( DYN_WEB.Scroll_Div.isSupported() ) {
DYN_WEB.Event.domReady( function() {
var wndo = new DYN_WEB.Scroll_Div('wn', 'lyr1');
wndo.makeSmoothAuto( {axis:'h', bRepeat:true, repeatId:'rpt1', speed:140, bPauseResume:true} );
});
}
</script>
</body>