Because the indexes have a specific meaning. The first element always specifies the horizontal position and the second element always specified the vertical position. Therefore when you use ['top', 'right'] you are specifying two invalid values.
On Oct 5, 5:52 pm, renzki <[email protected]> wrote: > Hello, > > i just want to know why the setting position: ['right', 'top'] would > work but position: ['top','right'] would not? > > Thanks! > :) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
