Mouse Wheel procedures, as well as examples of CSS attributes zoom
<Img src = 'http://www.lshdic.com/bbs/image/mu.jpg' onmousewheel = 'alert ( "Wheel of" + event.wheelDelta)' onclick = 'this.style.zoom = parseInt (this . style.zoom) +1' oncontextmenu = 'this.style.zoom = parseInt (this.style.zoom) -1; return false'id = a style =' position: absolute; zoom: 1 'title =' left Click to enlarge a times, right-click a narrow times Mouse Wheel Control '>
<script>
Top1 = 0;
Function document.onmousewheel () (
If (event.wheelDelta> 0) top1-= 10; else top1 + = 10
A.style.top = top1
)
</ Script>
Tags: css attributes, css mouse style, layout examples, xhtml attributes






Leave a Reply