1.

Solve : onmouseover in image pop up image appear onmouseout popup image close?

Answer» HI PLS help me here my level in DREAMWEAVER and css is just copy paste

i want  an IMAGE pop up on mouse over and the pop up exits onmouseout
heres my wrong code pls help me here



function popimage(imagesrc,winwidth,winheight){
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('Image Windowbody {x-overflow:hidden}')
popwin.document.close()
}





thank you in advance to all.. GOD bless!


Discussion

No Comment Found