Jquery Javascript Floating Box Plugin
Our Time(NZ):19/Nov/2008 10:59:17Javascript Floating Box JQuery Plugin
In may cases, web page contents does not fit into the screen, we will have scroll down to the page to read whole contents. bu doing so, we will lose those information on top. This javascript Floating Menu will do the trick and to keep specified contents already visible.
How it works?
- Download the jquery from http://www.jquery.com
- Download jquery Floating Box Plugin
- add follwing javascript
- <script type="text/javascript">
$(document).ready(
function()
{
$('#box').floating();
}
);
</script>