BUG? IE9 jQuery UI 1.10 .position()
I'm having a terrible time trying to position a DIV using jQueryUI 1.10 in IE9.
You can see in the screenshot that IE9 does the opposite of what I'm asking for. Chrome displays as expected
- <div id="personPopupContainer" style="position: absolute; z-index: 255; display: block;">
- <div id="personPopupContent">
- </div>
- </div>
- $("#personPopupContainer").position(
- {
- my: "left top",
- at: "right top",
- of: TheLink
- }