CSS positioning for jquery plugin element

The layout in question is here: http://www.davedaranjo.com/media.html

This is probably an issue in standard positioning with css, but I’ve tried every positioning combination I can think of to achieve this:

http://i.imgur.com/y1qRU.jpg

Every time I try to move the player anywhere on the page, it positions itself at the bottom, even below the footer image. I’ve even tried putting the content in a table with the links and video in the left td and the player in the right, but the player won’t even sit in the table. I’ve also tried a number of positioning tags in the css file and at best, it will move if I give it a fixed position, but because the rest of the layout isn’t fixed (and isn’t on the rest of the site), that’s not a viable solution.

I realize this is probably something fundamental that I’m missing here, but any suggestions would be extremely helpful. There’s a lot of positioning in the css from the plugins download files and I can’t seem to decipher them all.

Thank you!

newest questions tagged jquery – Stack Overflow

About Admin