I'm trying to get JW Player and a jQuery UI Datepicker to sit side-by-side on a page (example at here). From what I've read, I'm supposed to apply float: left;
to both elements in order to do this but that doesn't seem to work. Here are screenshots to illustrate what I'm trying to do:
Asked
Active
Viewed 309 times
0

Leonard Thieu
- 785
- 1
- 7
- 21
-
1In your sample you haven't applied `float: left` to the div that wraps around the player. – John Flatness Sep 27 '11 at 03:05
-
Ahh, I see. So I'm suppose to wrap each item in a div and then float those. That fixes it. Thanks! – Leonard Thieu Sep 27 '11 at 03:34