[TYPO3-core] RFC: Fix bug #6548 - FE: "Preview" Label is not styleable

Martin Kutschker martin.kutschker-n0spam at no5pam-blackbox.net
Sat Oct 20 22:27:12 CEST 2007


Tapio Markula schrieb:
> Ingo Renner kirjoitti:
>> Benjamin Mack wrote:
>>
>>> Solution:
>>> That's why I added a CSS-ID and also some better CSS styles to always 
>>> keep the "preview" label at the bottom of the page, to make it 
>>> consistent on all TYPO3 installations.
>>
>> simple one, +1 after reading
>>
>>
>> Ingo
>>
> style="position: fixed;position: fixed; bottom: 20px;
> 
> bad - would not work in IE and if used bottom, it goes for 
> position:absolute to the bottom of the viewport - looks very bad.
> might break layout badly aslo with FF - imo bad style

I agree. The fixed position isn't the best idea. Adding an id is enough.

A better idea would be to allow a preview marker or a to have a TS 
preview cObject to place it within your HTML where you want it.

Masi


More information about the TYPO3-team-core mailing list