Changeset 9525 for trunk/plugins
- Timestamp:
- 03/06/09 06:10:21 (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/jquery/ui.fixedmenu.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/jquery/ui.fixedmenu.js
r9267 r9525 10 10 menu_position : 'top' 11 11 }, options); 12 12 13 13 return(this.each(function() { 14 14 … … 52 52 53 53 if ( options.menu_position == 'bottom' ) { 54 y = Math.round( hh - h - 2 * pady - 2 * bory );54 y = Math.round( hh - h - 2 * pady - 2 * bory); 55 55 margin_top = 10; 56 56 }else if ( options.menu_position == 'top' || options.menu_position == 'static' ) {
Note: See TracChangeset
for help on using the changeset viewer.