Hi,
I want to use the media module to display a single image on my site. No header, nothing, so I figured, just don't display the container and it should work. It does so beautifully in IE7.
In Firefox, however, it completely messes things up: The next module in the same ContentPpane is not BELOW my image, but to the RIGHT of it, overlapping totally with the RightPane.
I cannot find out where the mistake sits. Without the container I get the following source code.
[td id=contentpane runat=server]
[span id="dnn_ctr371_ContentPane"]
[div id="dnn_ctr371_ModuleContent"]
[img src=myImage.gif]
[/div]
[/span]
[table -- correct table for the next module (displayed with container)]
[/td]
There are no weird classes anywhere, everything is text-align:left, and nowhere is anything like a float defined that might cause such an overlap.
This error only occurs with the media module, and regardless of which skin I'm using. If I have the same picture as the only content of a Text/HTML module and do not disply the container, it works fine.
Any ideas?
Vera
PS. By the way, I'm using latest version of Media module (the one included in DNN 4.8.1).