Creates a modal dialog sheet that is fixed to the top of the window that rolls out over the content when invoked (similar to file dialog sheets found in OS X).
Simply drop the CSS onto any page:
<link rel="stylesheet" type="text/css" href="jquery.dialogsheet.css"/>
Then, include the JavaScript with jQuery:
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="jquery.dialogsheet.js"></script>
See the included demo page for usage.
Copyright 2011 Entropi Software, LLC.
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0