Начало } Сообщения } OverLIB



Эта библиотека JavaScript позволяет Вам показывать маленькие popup информационные коробки, чтобы помочь посетителям вокруг Вашего веб-сайта.
Note!

(Мы попытались продемонстрировать несколько из стилей коробки с демонстрацией ниже. Конечно, Вы могли легко использовать весь один тип на Вашем сайте, или стили смешивания и подгонки по мере необходимости. (Только измените onMouseOver секцию в кодексе.)

Take a look at these small examples. A plain popup, or perhaps one with a caption. You can also make them stick when you click, plus, you can place any html you wish in them. There is lots more you can do like placing them on the other side of the mouse, snapping to a grid, fixating the position, having background images and lots lots more. Just take a look at all the features (from author's site).

Here's the code for the OverLIB examples above. You combine these features in so many ways it isn't possible to present them all. You imagination is your limit. Plain Popup
overlib('Nifty, ehh?')"

Caption
overlib('...and text here!', CAPTION, 'Caption here...')

Sticky Click
overlib('This one stays around for a while!', STICKY, CAPTION, 'Sticky')

HTML Caption
overlib('For example, a list:<UL><LI>Item 1<LI>Item 2<LI>Item 3</UL>')

Other side of the Mouse
overlib('Woo, on the other side!', LEFT)

Snapped to a grid
overlib('Snapped to a 20 times 20 pixel grid.', SNAPX, 20, SNAPY, 20)

Locked to a page position
overlib('We lock this one to position a specific position.', FIXX, 50, FIXY, 250)

JavaScript Messages: OverLIB