ninja / ui

Ninja User Interface, the jQuery plugin for lethal interaction.
http://ninjaui.com
Apache License 2.0
284 stars 23 forks source link

popup collision #12

Closed TitDjeck closed 12 years ago

TitDjeck commented 12 years ago

Hi

you could use the jquery ui position utility to manage the collision of your popup.

simple to use, it will open your popup on top of the button if it is on the screen bottom.

uipoet commented 12 years ago

Ninja UI originally started with a dependency on some of the core jQuery UI interactions. We eventually built our own for simplicity and efficiency (those files are huge!)

PopUps are appended as the last dom object in the body and are absolutely positioned. They shouldn't collide with anything else. Would you please be more specific about what issue you've experienced?