Galerie Imagini
Galerie Imagini
[code]<DOCTYPE>
<html>
<Created>
<Brewed>
<head>
<title>Picture Gallery</title>
<this>
<style>
body{background-color:}
#small_img{width:290px;height:600px;float:left;overflow:scroll;text-align:center;background-color:06AEFF;}
img {border:none;}
</style>
<script>
/*Add more Picture in the ARRAY */
var photo = new Array();
photo[0]="IMG_1689.JPG"/*put the location of the picture or th name if it is in the same folder*/
photo[1]="IMG_1692.JPG"
photo[2]="IMG_1693.JPG"
photo[3]="IMG_1694.JPG"
photo[4]="IMG_1696.JPG"
photo[5]="IMG_1698.JPG"
function ff(code)
{
document.images.home.src=photo[code];/*the code in the Array is from the function ff(#####)number of picture in the web site*/
}
</script>
</head>
<body>
<div>
<a><img></a><br>
<a><img></a><br>
<a><img></a><br>
<a><img></a><br>
<a><img></a><br>
<a><img></a><br>
</div>
<div>
<img><br>
</div>
</body>
</html>[/code]
<html>
<Created>
<Brewed>
<head>
<title>Picture Gallery</title>
<this>
<style>
body{background-color:}
#small_img{width:290px;height:600px;float:left;overflow:scroll;text-align:center;background-color:06AEFF;}
img {border:none;}
</style>
<script>
/*Add more Picture in the ARRAY */
var photo = new Array();
photo[0]="IMG_1689.JPG"/*put the location of the picture or th name if it is in the same folder*/
photo[1]="IMG_1692.JPG"
photo[2]="IMG_1693.JPG"
photo[3]="IMG_1694.JPG"
photo[4]="IMG_1696.JPG"
photo[5]="IMG_1698.JPG"
function ff(code)
{
document.images.home.src=photo[code];/*the code in the Array is from the function ff(#####)number of picture in the web site*/
}
</script>
</head>
<body>
<div>
<a><img></a><br>
<a><img></a><br>
<a><img></a><br>
<a><img></a><br>
<a><img></a><br>
<a><img></a><br>
</div>
<div>
<img><br>
</div>
</body>
</html>[/code]
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum