Search and Top Navigation
#8287 closed bug (worksforme)
Opened May 02, 2012 10:07AM UTC
Closed May 02, 2012 12:29PM UTC
Position: Problem positioning a element around a quicktime object in IE
| Reported by: | treyspiva | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.position | Version: | 1.8.18 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
I am trying to position an element around a quicktime object. I am using the jQuery Position library to position the element. It works correctly on FF, and Chrome. However, it does not work correctly for IE.
var $overlay = $("#overlay");
$overlay.position(
{
of: $('embed'),
my: 'right top',
at: 'left top'
});
Below is a link to a JSFiddle example of the problem.
Attachments (0)
Change History (1)
Changed May 02, 2012 12:29PM UTC by comment:1
| resolution: | → worksforme |
|---|---|
| status: | new → closed |
There's a lot of code in there for what you're trying to show. Starting over with cleaner code, this is working fine: http://jsfiddle.net/WfDYs/