Project

General

Profile

Actions

Bug #16151

closed

float images are not shown width Internet-Explorer in Text w/ images and "nowrap"

Added by Ulrich Fischer over 18 years ago. Updated about 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2006-05-17
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)

Actions #1

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.

Actions #2

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.

Actions

Also available in: Atom PDF