-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgaleria.html
73 lines (54 loc) · 2.3 KB
/
galeria.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
<style type="text/css">
.gallerycontainer{
position: relative;
}
.thumbnail img{
border: 3px solid #E0E0E0;
margin: 30px 30px 30px 30px;
}
.o:hover {
opacity: 0.5;}
.thumbnail:hover{
background-color: transparent;
}
.thumbnail:hover img{
border: 3px solid #6699ff;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #E0E0E0;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.galeria {
font-size:30px;
color: #6699ff;
background-color:#E0E0E0;
font-family:'Cambria';}
</style><center>
<p class="galeria"><b>Galeria</b></p>
<div class="gallerycontainer">
<a class="thumbnail" href="#thumb"><img class="o" src="http://zapodaj.net/images/30c28298a68bf.png" width="200px" height="130px" border="0" /><span><img src="http://zapodaj.net/images/30c28298a68bf.png" /><br /></span></a>
<a class="thumbnail" href="#thumb"><img class="o" src="http://zapodaj.net/images/9d96ea94bd966.png" width="200px" height="130px" border="0" /><span><img src="http://zapodaj.net/images/9d96ea94bd966.png" /><br/></span></a>
<br />
<a class="thumbnail" href="#thumb"><img class ="o" src="http://zapodaj.net/images/282207ad2826e.png" width="200px" height="130px" border="0" /><span><img src="http://zapodaj.net/images/282207ad2826e.png" /><br/></span></a>
<a class="thumbnail" href="#thumb"><img class="o" src="http://zapodaj.net/images/df63e51a79b25.png" width="200px" height="130px" border="0" /><span><img src="http://zapodaj.net/images/df63e51a79b25.png" /><br/></span></a>
<br />
<a class="thumbnail" href="#thumb"><img class="o" src="http://zapodaj.net/images/46740912b8fc3.png" width="200px" height="130px" border="0" /><span><img src="http://zapodaj.net/images/46740912b8fc3.png" /><br/></span></a>
<a class="thumbnail" href="#thumb"><img class="o" src="http://zapodaj.net/images/343c1f501c047.png" width="200px" height="130px" border="0" /><span><img src="http://zapodaj.net/images/343c1f501c047.png" /><br/></span></a>
</div>
</center>