[TYPO3-content-rendering] CSS Styled Imgtext

JoH info at cybercraft.de
Mon Jul 4 10:45:16 CEST 2005


>> 2. The concept of imitating table-layout with pure CSS it's very
>> hard to achieve and very probably might never work in a crossbrowser
>> environment.
>
> very hard != impossible
> @crossbrowser: the only problem I see is MSIE boxmodelbug. anyway,
> with the right TS-setup-config you can get rid of that.

If this is the only problem you see, you will be surprised to meet the other
umpteen problems.
1. Try doing nested floats in Opera browsers.
2. Try doing nested floats without using width and height for the
surrounding containers. Since you don't know them in advance for objects
containing text (for accessible layouts you have to use relative font
sizing!) you won't be able to stretch the whole element. Only browser doing
this correct by default is IE.
3. Try using a fixed number of columns with images of different heights
using the "no rows" option in the BE form.

Only 3 of the impossibilities you might get confronted with ;-)

> ergo: I say it IS possible

Don't think so ...

> add a static stylesheet that stays the same for every page
> add some Inline styles in the page header that gets written different
> for every Content Element
> add <span>-s where they are needed
> ...will work

Tested with Mozilla, Netscape, IE and Opera on W2K and it did not.

>> I think we would fare far better if we didn't try any longer merging
>> two different concept into one. A "third way" should be taken:
>
> I dont think so. Everything in the backend should stay the same. plus
> its functionality.

Full ACK!

>> This might mean less flexibility
>
> I dont like less flexibility.

Me too - this is why I would never use floated elements here ;-)

Joey

-- 
Wenn man keine Ahnung hat: Einfach mal Fresse halten!
(If you have no clues: simply shut your knob sometimes!)
Dieter Nuhr, German comedian
openBC: http://www.openbc.com/go/invuid/Jo_Hasenau





More information about the TYPO3-project-content-rendering mailing list