English
The floating effect is the effect of scrolling up and down on the right side of the web page. Generally used on TOP!
<style> body{ position:relative; } .fixed{ right:20px; top:10px; position:fixed; +position:absolute; +top:expression(eval(document.body.scrollTop)+10); } </ style> <div class=fixed><img src=/u/info_img/2009-06/20/8688_logo.gif></div> <div style=height:1000px>x</div>