Forum'da ara:
Ara


Yazar Mesaj
Mesaj04.09.2010, 08:06 (UTC)    
Mesaj konusu: lütfen çok acil

http://img.webme.com/pic/p/pith10/galeri.png

Arkadaşlar bu şekilde nasıl galeri yapabiliriiiim kodunu bilen varsa lütfen versin
Mesaj04.09.2010, 08:09 (UTC)    
Mesaj konusu:

Lightbox uygulaması ile yapabilirsin onuda google dan aratıp bulabilirsin.
______________
Türk YemekleriFirma Rehberionline yemek Siparişi Sitemi Değerlendir
Mesaj04.09.2010, 09:09 (UTC)    
Mesaj konusu:

ya biraz uğraştım bişi yapamadım eğer biliyorsan sn yardımcı olabilirmisin?
Mesaj04.09.2010, 09:19 (UTC)    
Mesaj konusu:

Butonları ve kendi senin gösterdiğinden biraz değişik albüm kodu
Kod:
<!--Mavibank album kodu basla--><script type="text/javascript">

/***********************************************
* DHTML slideshow script-   Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice must stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var photos=new Array()
var photoslink=new Array()
var which=0

//define images. You can have as many as you want:
photos[0]="RESİM "
photos[1]="RESİM 1"
photos[2]="RESİM 2"
photos[3]="RESİM 3"
photos[4]="RESİM 4"
photos[5]="RESİM 5"
photos[6]="RESİM"
photos[7]="RESİM"
photos[8]="RESİM"
photos[9]="RESİM"
photos[10]="RESİM"
photos[11]="RESİM"
photos[12]="RESİM"
photos[13]="RESİM"
photos[14]="RESİM"
photos[15]="RESİM"
photos[16]="RESİM"
photos[17]="RESİM"
photos[18]="RESİM"
photos[19]="RESİM"
photos[20]="RESİM"
photos[21]="RESİM"
photos[22]="RESİM"
photos[23]="RESİM"
photos[24]="RESİM"
photos[25]="RESİM"
photos[26]="RESİM"
photos[27]="RESİM"
photos[28]="RESİM"
photos[29]="RESİM"
photos[30]="RESİM"
photos[31]="RESİM"
photos[32]="RESİM"
photos[33]="RESİM"
photos[34]="RESİM"
photos[35]="RESİM"
photos[36]="RESİM"
photos[37]="RESİM"
photos[38]="RESİM"
photos[39]="RESİM"
photos[40]="RESİM"
photos[41]="RESİM"

//Specify whether images should be linked or not (1=linked)
var linkornot=0

//Set corresponding URLs for above images. Define ONLY if variable linkornot equals "1"
photoslink[0]=""
photoslink[1]=""
photoslink[2]=""
photoslink[3]=""
photoslink[4]=""
photoslink[5]=""
photoslink[6]=""
photoslink[7]=""
photoslink[8]=""
photoslink[9]=""
photoslink[10]=""
photoslink[11]=""
photoslink[12]=""
photoslink[13]=""
photoslink[14]=""
photoslink[15]=""
photoslink[16]=""
photoslink[17]=""
photoslink[18]=""
photoslink[19]=""
photoslink[20]=""
photoslink[21]=""
photoslink[22]=""
photoslink[23]=""
photoslink[24]=""
photoslink[25]=""
photoslink[26]=""
photoslink[27]=""
photoslink[28]=""
photoslink[29]=""
photoslink[30]=""
photoslink[31]=""
photoslink[32]=""
photoslink[33]=""
photoslink[34]=""
photoslink[35]=""
photoslink[36]=""
photoslink[37]=""
photoslink[38]=""
photoslink[39]=""
photoslink[40]=""
photoslink[41]=""

//do NOT edit pass this line

var preloadedimages=new Array()
for (i=0;i<photos.length;i++){
preloadedimages[i]=new Image()
preloadedimages[i].src=photos[i]
}


function applyeffect(){
if (document.all && photoslider.filters){
photoslider.filters.revealTrans.Transition=Math.floor(Math.random()*23)
photoslider.filters.revealTrans.stop()
photoslider.filters.revealTrans.apply()
}
}



function playeffect(){
if (document.all && photoslider.filters)
photoslider.filters.revealTrans.play()
}

function keeptrack(){
window.status="Image "+(which+1)+" of "+photos.length
}


function backward(){
if (which>0){
which--
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}

function forward(){
if (which<photos.length-1){
which++
applyeffect()
document.images.photoslider.src=photos[which]
playeffect()
keeptrack()
}
}

function transport(){
window.location=photoslink[which]
}

</script>
<table border="4" bordercolor="#46006B" cellspacing="0" cellpadding="0">
    <tbody>
        <tr>
            <td height="22" width="100" colspan="2"><center><script>
if (linkornot==1)
document.write('<a href="javascript:transport()">')
document.write('<img src="'+photos[0]+'" width="570" height="450" name="photoslider" style="filter:revealTrans(duration=2,transition=23)" border=4>')
if (linkornot==1)
document.write('</a>')
</script></center></td>
        </tr>
        <tr>
            <td bgcolor="#46006B" height="21" width="50%">
            <div style="text-align: center"><a onClick="backward();return false" href="#"><span style="font-size: larger"><strong><img src="http://img708.imageshack.us/img708/6679/blueotoncekbuton.gif" alt="ÖNCEKİ" border="0"/></a></strong></span></a></div>
            </td>
            <td bgcolor="#46006B" height="21" width="50%">
            <div style="text-align: center"><a onClick="forward();return false" href="#"><span style="font-size: larger"><strong> <img src="http://img257.imageshack.us/img257/4524/blueotobuton.gif" alt="SONRAKİ" border="0"/></a>  </div>
            </td>
        </tr>
    </tbody>
</table><!--Mavibank album kodu bitir-->

______________
Mesaj04.09.2010, 09:24 (UTC)    
Mesaj konusu:

arkadaşım çok teşekkür ederim bu da işimi görür..
Mesaj04.09.2010, 09:32 (UTC)    
Mesaj konusu:

güzelmiş sağol kerdeş
______________
@simerweb
Banneriniz 468x60 boyutlarını geçmemelidir.
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu