Bug #16151
closedfloat images are not shown width Internet-Explorer in Text w/ images and "nowrap"
0%
Description
CSS-solution add:
.csc-textpic-imagewrap{
position: relative; /* for Internet-Explorer */
}
It is possible, that this problem occurs only in specific css surroundings. Internet Explorer sometimes has difficultiies which "layer" has to be shown on the the top. I guess the problem is caused bya sourounding container with css property "position: relative".
In this case the image lays beyond the white background. You can show the properties with a right mouse click.
Mozilla browseres don't know this problem.
Problem solved -> http://www.keine-gentechnik.de/bibliothek.html
(issue imported from #M3497)
Updated by Ernesto Baschny over 18 years ago
Although this solves your specific site, its pretty unknown what side effects it might have on all other sites. The descriptions of this "hack" tell us that you just have to "try it out" and see if it works. This is not really something we can ship with a CMS.
I would describe that in a future css_styled_content documentation as a potential solution to the problem.
In your specific case, you could also solve that without hacks by removing the background:#fff from the #MittelSpalteB id in your css.
Updated by Ernesto Baschny over 18 years ago
IE-CSS hack's with unknown side effects are dangerous to apply to our standard css_styled_content. I'll try to include that information in a future css_styled_content documentation, thou.
Maybe we could also have a second static template with all "CSS-hacks", which an adventurous site creator might try to add.