"3565464"
Bootstrap 3.3.0 Snippet by okebro

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Pure simple css div slider">
<meta name="keywords" content="pure css slider, css div slider, pure css div slider">
<meta name="author" content="Quanton81">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Quanton pure CSS Div Slider</title>
</head>
<body>
<div class="q-slider">
<input name="q-an-n" id="q-sl-0" type="radio" class="q-an sl">
<input name="q-an-n" id="q-sl-1" type="radio" class="q-an sl">
<input name="q-an-n" id="q-sl-2" type="radio" class="q-an sl">
<input name="q-an-n" id="q-pl" type="radio" class="q-an" checked>
<input name="q-an-n" id="q-pa-0" type="radio" class="q-an pa">
<input name="q-an-n" id="q-pa-1" type="radio" class="q-an pa">
<input name="q-an-n" id="q-pa-2" type="radio" class="q-an pa">
<ul>
<div>
<img src="http://placehold.it/600x400/60C5F0/000000?text=Start" style="width: 100%;">
</div>
<li class="n-0 q-im">
<img src="http://rumart.weebly.com/files/theme/001.jpg" alt="1° Slider" title="First">
</li>
<li class="n-1 q-im">
<img src="http://rumart.weebly.com/files/theme/002.jpg" alt="2° Slider" title="Second">
</li>
<li class="n-2 q-im">
<img src="http://rumart.weebly.com/files/theme/003.jpg" alt="3° Slider" title="Third">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
.q-slider {
display: inline-block;
position: relative;
max-height: 480px;
width: 100vh;
margin-top: 10px;
}
.q-slider > .q-an {
display: none;
}
.q-slider > ul {
position: relative;
z-index: 1;
font-size: 0;
line-height: 0;
margin: 0 auto;
padding: 0;
overflow: hidden;
white-space: nowrap;
}
.q-slider > ul > div {
width: 100%;
visibility: hidden;
font-size: 0px;
line-height: 0;
}
.q-slider > ul > li.q-im img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 0.3%;
width: 98%;
max-height: 500px;
margin: 0;
object-fit: cover;
object-position: 50% 50%;
}
.q-slider > ul > li.q-im {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: