[TYPO3-content-rendering] TYPO 3.8 and image alignment problems in Gecko-Opera Browsers

Torsten Schrade schrade at lineara.de
Thu May 26 11:51:32 CEST 2005


> 1. First we need to wrap the complete IMGTEXT-Object with a
> position-specific class. This can be done with
> 
> tt_content.image.20.stdWrap.dataWrap = <div
> class="imageorient-{field:imageorient}">| <div class="break"></div></div>
> 
> 2. Now we are able to address them seperately in our CSS:
> 
I forgot to mention that of course I'd first tried out to select them with

div[style="text-align:center;"] table[class="imgtext-table"] {}

but somehow a css-attribute selector using the style attribute of a tag
is not accepted by Gecko/Opera...maybe because of the ";"?

greets, Torsten



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