Плавающая панель на jQuery в стиле Gmail | 205k.in

Пример плагина на jQuery, который создает плавающую панель в стиле Gmail.

Многим пользователям сервисов Google понравился их новый интерфейс: элегантное меню на черном фоне и новые кнопочки на панели инструментов. В этой статье приводится пример плагина на jQuery для создания такой панельки. /**We have named our plugin 'fixFloat'**/ enabled /**Distance of the element from the top of window**/ /**Scrolled distance from the top of window through which we have moved**/ /**Get the actual distance of the element from the top**/ /**Get the current distance of the element from the top**/ /**Get distance from the top of window through which we have scrolled**/ fixMe fixMe repositionMe repositionMe tbh. tbh. WebSpeaks.in | Gmail like Floating Toolbar $('div#toolbar_holder').fixFloat(); /**Call our plugin**/ /* fix height to 100% for IE */ /* fix height...