本文講述的是JavaScript經(jīng)典效果之漂亮的仿flash菜單,需要的朋友可以參考下其中的內(nèi)容詳情。
這是把事件動(dòng)作綁定到菜單上的函數(shù)
*/
function attachXMenu(objid){
?var tds=objid.getElementsByTagName('td');
?for(var i=0;i
???onmouseover=function(){
????with(this){
?????filters[0].apply();
?????style.background='#66CCFF'; //這是鼠標(biāo)移上去時(shí)的背景顏色
?????style.border='1px solid #ffffff'; //邊框
?????style.color='black'; //文字顏色
?????filters[0].play();
????}
???}
???onmouseout=function(){
????with(this){
?????filters[0].apply();
?????style.background='#336699'; //這是鼠標(biāo)離開時(shí)的背景顏色
?????style.border='1px solid #336699'; //邊框
?????style.color='#ffffff'; //文字顏色
?????filters[0].play();
????}
???}
??}
?}
}
?
??www.lenvo.cn
??Name
??Is
??LeX
??Rus
??!!!
?
?My
?Name
?Is
?LeX
?Rus
?!!!
以上就是關(guān)于JavaScript經(jīng)典效果之漂亮的仿flash菜單的全部?jī)?nèi)容,更多相關(guān)內(nèi)容請(qǐng)繼續(xù)關(guān)注錯(cuò)新技術(shù)頻道,我們將會(huì)持續(xù)更新。
新聞熱點(diǎn)
疑難解答
圖片精選