Opened 11 years ago

Closed 11 years ago

#8287 closed bug (worksforme)

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. http://jsfiddle.net/BLFsy/3/

Change History (1)

comment:1 Changed 11 years ago by Scott González

Resolution: worksforme
Status: newclosed

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/

Note: See TracTickets for help on using tickets.