I am using the latest version of the twitter bootstrap.
I am also using the bootstrap-responsive.css.
I wish to have an image (As a picture frame), and a carousel (one provided with the bootstrap) within the center of such image. However i wish for them to be responsively resized.
The typical way I would have done this is, to make the carousel have position:relative, and simple overlap onto the image. But with the active resizing this results in problems.
Quite new to the whole media queries thing with css, any ideas of how this can be achieved?