开发者

jquery to make a div floating at the bottom right corner

开发者 https://www.devze.com 2023-02-18 03:02 出处:网络
Hello i am relatively new to jquery but i like it, was wondering if i can have a floating div at the bottom right corner of the pag开发者_运维技巧e(using jquery) so that it regains it\'s position even

Hello i am relatively new to jquery but i like it, was wondering if i can have a floating div at the bottom right corner of the pag开发者_运维技巧e(using jquery) so that it regains it's position even when we scroll down the page. Thereafter i need to pass a link through an image in the div to a specific anchor in the page. It should be short and simple. Although it can be accomplished using css but ie does not support position:fixed so only jquery


Position fixed can be achieved in IE even without jquery: http://tagsoup.com/cookbook/css/fixed/

Otherwise this works too: http://plugins.jquery.com/project/FixedIE

0

精彩评论

暂无评论...
验证码 换一张
取 消