js鼠标滑到图片上显示渐变弹出大图 dome示例: js代码如下: [codesyntax lang="php"] function getViewportHeight() { if (window.innerHeight!=window.undefined) return window.innerHeight; if (document.compatMode=='CSS1Compat') return document.documentElement.clientHeight; if (document.body…