自我介紹
一個屬於我即興揮灑的空間~ 記錄著生活的點點滴滴。
/***********************************************
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/
var soundfile="http://blog.roodo.com/vanishworld/ebd877d0.wav" //設定音效檔的路徑
function playsound(soundfile){
if (document.all && document.getElementById){
document.getElementById("soundeffect").src=""
document.getElementById("soundeffect").src=soundfile
}
}
function bindsound(tag, soundfile, masterElement){
if (!window.event) return
var source=event.srcElement
while (source!=masterElement && source.tagName!="HTML"){
if (source.tagName==tag.toUpperCase()){
playsound(soundfile)
break
}
source=source.parentElement
}
}
div#gallery{
width: 90%;
border: 3px dashed gray;
padding: 30px;
background-color: cornsilk;
}
.imagebox{
float: left;
padding: 5px;
margin: 5px;
border:1px solid gray;
}
.imagebox p{
margin: 0px;
text-align: center;
font-size: 9pt;
}