I have a number of divs that I’m trying to layout. The current layout is perfect, see this fiddle.
Essentially I have a video player, represented by “Video player here”. Beside it I have some tips and resources. Under the video player I have a table with buttons. Click a button to see what happens.
The info message triggered through jquery .css() should be under the video player and between the video player and table.
I’m sure I’m just missing something in the .css() but can’t find the right combination to lay this out. Thanks in advance.
Just add to your css:
That will make it show up under the video message.