tulisan bergantian pakai gambar
PASTEKAN SAJA DI GADGET: HTML/JAVASCRIPT .
KEBAWAH tulisan bergantian pakai gambar
==================================
<style type="text/css">
/*Modify attributes of #contentwrapper below as desired*/
#contentwrapper{
width: 230px;
height: 200px;
border: 1px solid black;
background-color: #C6FFC6;
padding: 5px;
}
.billcontent{
width: 100%;
display:block;
}
</style>
<script type="text/javascript">
//List of transitional effects to be randomly applied to billboard:
var billboardeffects=["GradientWipe(GradientSize=1.0 Duration=0.7)", "Inset", "Iris", "Pixelate(MaxSquare=5 enabled=false)", "RadialWipe", "RandomBars", "Slide(slideStyle='push')", "Spiral", "Stretch", "Strips", "Wheel", "ZigZag"]
//var billboardeffects=["Iris"] //Uncomment this line and input one of the effects above (ie: "Iris") for single effect.
var tickspeed=2000 //ticker speed in miliseconds (2000=2 seconds)
var effectduration=500 //Transitional effect duration in miliseconds
var hidecontent_from_legacy=1 //Should content be hidden in legacy browsers- IE4/NS4 (0=no, 1=yes).
var filterid=Math.floor(Math.random()*billboardeffects.length)
document.write('<style type="text/css">\n')
if (document.getElementById)
document.write('.billcontent{display:none;\n'+'filter:progid:DXImageTransform.Microsoft.'+billboardeffects[filterid]+'}\n')
else if (hidecontent_from_legacy)
document.write('#contentwrapper{display:none;}')
document.write('</style>\n')
var selectedDiv=0
var totalDivs=0
function contractboard(){
var inc=0
while (document.getElementById("billboard"+inc)){
document.getElementById("billboard"+inc).style.display="none"
inc++
}
}
function expandboard(){
var selectedDivObj=document.getElementById("billboard"+selectedDiv)
contractboard()
if (selectedDivObj.filters){
if (billboardeffects.length>1){
filterid=Math.floor(Math.random()*billboardeffects.length)
selectedDivObj.style.filter="progid:DXImageTransform.Microsoft."+billboardeffects[filterid]
}
selectedDivObj.filters[0].duration=effectduration/1000
selectedDivObj.filters[0].Apply()
}
selectedDivObj.style.display="block"
if (selectedDivObj.filters)
selectedDivObj.filters[0].Play()
selectedDiv=(selectedDiv<totalDivs-1)? selectedDiv+1 : 0
setTimeout("expandboard()",tickspeed)
}
function startbill(){
while (document.getElementById("billboard"+totalDivs)!=null)
totalDivs++
if (document.getElementById("billboard0").filters)
tickspeed+=effectduration
expandboard()
}
if (window.addEventListener)
window.addEventListener("load", startbill, false)
else if (window.attachEvent)
window.attachEvent("onload", startbill)
else if (document.getElementById)
window.onload=startbill
</script>
<div id="contentwrapper">
<div id="billboard0" class="billcontent">
<img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhATVZbGBeSc8dJgRQKsshhkb1XF36OcNmk3EK_FvSjukgH0_CJz9O4ncLSsvk_qCGFKhhci9VZmuZTCva6MBBzau0-Tv6t6_ibdjIZQ8LU-2AWsb0iwL4rYsQ5kJqoeqFuFfrwyPFKXLm2/s1600/programmer.gif" />
APLIKASI INI SANGAT BAIK,,,CUKUP MEMBUAT RUAG HALAMAN RAMAI,,LAGI PULA MEMASANGNYA TAK RUMIT,,CUKUP DI HTML JAVASCRIPT
</div>
<div id="billboard1" class="billcontent">
<img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhATVZbGBeSc8dJgRQKsshhkb1XF36OcNmk3EK_FvSjukgH0_CJz9O4ncLSsvk_qCGFKhhci9VZmuZTCva6MBBzau0-Tv6t6_ibdjIZQ8LU-2AWsb0iwL4rYsQ5kJqoeqFuFfrwyPFKXLm2/s1600/programmer.gif" />
GAMBAR LATAR DAPAT DI EDIT,,,WARNA,,UKURAN SERTA YG LAINNYA,, MUDAH DI UTAK ATIK,,,,
</div>
<div id="billboard2" class="billcontent">
<img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhATVZbGBeSc8dJgRQKsshhkb1XF36OcNmk3EK_FvSjukgH0_CJz9O4ncLSsvk_qCGFKhhci9VZmuZTCva6MBBzau0-Tv6t6_ibdjIZQ8LU-2AWsb0iwL4rYsQ5kJqoeqFuFfrwyPFKXLm2/s1600/programmer.gif" />
MENU DAPAT DI TAMBAH SESUKA HATI,,, SANGAT BAIK BUAT MEMPERSINGKAT POSTINGAN,,APLIKASI INI MIRIP DENGAN APLIKASI YG LAIN,,,
</div>
</div>
KEMBALI