Using Jquery Tools can one center the Expose window?
I tried using position:r开发者_C百科elative with the width,height, and margin: 0 auto;
but it does not affect the overlay window.
I'm using the minimal setup for overlay http://flowplayer.org/tools/demos/overlay/index.html
It seems css wont affect how the expose/overlay window is aligned.
The Jquery Tools plugin adds css code inline on the overlay element. You can't override that style unless you specify !important in the style sheet.
Really, you should be controlling the overlay position through the given API documented here: http://flowplayer.org/tools/overlay.html
Check out the absolute property to see if that fixes your issue. Give us some example code and we can help more!
精彩评论