Search in forum:
Search


Author Message
Post11/12/2009 at 6:52pm (UTC)    
Post subject: Gallery

Code:
<!-- www.ovax.page.tl--> <style type="text/css">
#simplegallery1{position: relative;visibility: hidden;border: 4px solid #383838;}
#simplegallery1 .gallerydesctext{text-align: center;padding: 2px 5px;font:12px verdana;}
</style> <script type="text/javascript" src="http://cssplantillas.netau.net/ap/files/jquery-1.2.6.pack.js"></script> <script type="text/javascript" src="http://cssplantillas.netau.net/ap/files/simplegallery.js">
</script> <script type="text/javascript">
var mygallery=new simpleGallery({
wrapperid: "simplegallery1",
dimensions: [500, 375],
imagearray: [
["http://www.yeniresimler.net/data/media/24/manzara1.jpg", "picture link", "", "About Image"],
["http://www.ktuportal.com/bilesenler/mypuzzle/admin/images/MANZARA_137.jpg", "picture link", "", "About Image"],
["http://www.manzararesimleri.net/manzararesimleri.net1/manzara/manzara-resimleri%20(111).jpg", "picture link", "", "About Image"]
],
autoplay: [true, 2500, 2],
persist: false,
fadeduration: 500,
oninit:function(){
},
onslide:function(curslide, i){
}
})
</script>
<div id="simplegallery1">&nbsp;</div>
<!-- www.ovax.page.tl -->


Thank you Waiting for your ...
Post11/19/2009 at 6:11pm (UTC)    
Post subject:

Hello,
Thank you for the code. It is perfect.


I want to show which areas will be edited in it:

Quote:
<!-- www.ovax.page.tl--> <style type="text/css">
#simplegallery1{position: relative;visibility: hidden;border: 4px solid #383838;}
#simplegallery1 .gallerydesctext{text-align: center;padding: 2px 5px;font:12px verdana;}
</style> <script type="text/javascript" src="http://cssplantillas.netau.net/ap/files/jquery-1.2.6.pack.js"></script> <script type="text/javascript" src="http://cssplantillas.netau.net/ap/files/simplegallery.js">
</script> <script type="text/javascript">
var mygallery=new simpleGallery({
wrapperid: "simplegallery1",
dimensions: [500, 375],
imagearray: [
["http://IMG-URL1", "IMG-1-LINK", "", "About Image 1"],
["http://IMG-URL2", "IMG-2-LINK", "", "About Image 2"],
["http://IMG-URL2", "IMG-3-LINK", "", "About Image 3"]
],
autoplay: [true, 2500, 2],
persist: false,
fadeduration: 500,
oninit:function(){
},
onslide:function(curslide, i){
}
})
</script>
<div id="simplegallery1">&nbsp;</div>
<!-- www.ovax.page.tl -->


Gallery size:
500 = width
300 = gallery height


Gallery images:
IMG-URL1 = Image 1
IMG-URL2 = Image 2
IMG-URL3 = Image 3


Links to images:
IMG-1-LINK = Link to image 1
IMG-2-LINK = Link to image 2
IMG-3-LINK = Link to image 3


Information for images:
About Image 1 = Info for image 1
About Image 2 = Info for image 2
About Image 3 = Info for image 3


Those are the most important areas in the code. If you edit them correctly, the code works well.


Have Fun Wink
______________
- If you love your own-free-website, fight against to spams and spammers! Please support us, let's remove all the spammers together! We don't want to see spams and spammers on OFW board!

- The only language of the board is English / Englisch / Anglaise / Inglés / Inglese / İngilizce / Angielski / Английский / Αγγλικά / 英语 / 英语简体英文. So please write in just English!

Own-free-website.com

Post03/31/2010 at 2:17pm (UTC)    
Post subject: Re: Gallery

ovax wrote:
Code:
<!-- www.ovax.page.tl--> <style type="text/css">
#simplegallery1{position: relative;visibility: hidden;border: 4px solid #383838;}
#simplegallery1 .gallerydesctext{text-align: center;padding: 2px 5px;font:12px verdana;}
</style> <script type="text/javascript" src="http://cssplantillas.netau.net/ap/files/jquery-1.2.6.pack.js"></script> <script type="text/javascript" src="http://cssplantillas.netau.net/ap/files/simplegallery.js">
</script> <script type="text/javascript">
var mygallery=new simpleGallery({
wrapperid: "simplegallery1",
dimensions: [500, 375],
imagearray: [
["http://www.yeniresimler.net/data/media/24/manzara1.jpg", "picture link", "", "About Image"],
["http://www.ktuportal.com/bilesenler/mypuzzle/admin/images/MANZARA_137.jpg", "picture link", "", "About Image"],
["http://www.manzararesimleri.net/manzararesimleri.net1/manzara/manzara-resimleri%20(111).jpg", "picture link", "", "About Image"]
],
autoplay: [true, 2500, 2],
persist: false,
fadeduration: 500,
oninit:function(){
},
onslide:function(curslide, i){
}
})
</script>
<div id="simplegallery1">&nbsp;</div>
<!-- www.ovax.page.tl -->


Thank you Waiting for your ...
Display posts from previous:   


Powered by phpBB © 2001, 2005 phpBB Group