Jquery plugin floating fixed layer at any position

Source: Internet
Author: User

/* Floating fixed layer at any position */
/* Do not sword (http://regedit.cnblogs.com) 08-03-11 */
/* Note: The specified layer can be moved to any position on the webpage. When the scroll bar is rolled, it remains unchanged at the current position and will not flash */
/* Call:
1. No parameter call: The default value is floating in the lower right corner.
$ ("# Id"). floatdiv ();

2 built-in fixed position floating
// Bottom right corner
$ ("# Id"). floatdiv ("rightbottom ");
// Lower left corner
$ ("# Id"). floatdiv ("leftbottom ");
// Bottom right corner
$ ("# Id"). floatdiv ("rightbottom ");
// Upper left corner
$ ("# Id"). floatdiv ("lefttop ");
// Upper right corner
$ ("# Id"). floatdiv ("righttop ");
// Center
$ ("# Id"). floatdiv ("middle ");

3. Custom position floating
$ ("# Id"). floatdiv ({left: "10px", top: "10px "});
Set the floating layer to the left 10 pixels and top 10 pixels.
*/

Online Demo http://img.jb51.net/online/jquery.floatDiv/demo.htm
File packaging http://img.jb51.net/online/jquery.floatDiv/jquery.floatDiv.rar

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.