VA Design
Doriți să reacționați la acest mesaj? Creați un cont în câteva clickuri sau conectați-vă pentru a continua.

Galerie Imagini

In jos

Galerie Imagini Empty Galerie Imagini

Mesaj  Admin Sam Dec 13, 2008 2:16 pm

[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]

Admin
Admin

Mesaje : 105
Data de înscriere : 13/12/2008

https://vadesign.ace.st

Sus In jos

Sus

- Subiecte similare

 
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum