[TYPO3-dev] Two css_styled_content as default

Tapio Markula tapio.markula at atwebteam.com
Tue Mar 20 11:03:16 CET 2007


Hi

I would recommend to put two version of setup.txt for css_styled_content 
as default

float and DIV designing has several problems

1) the height of the container for floated elements doesn't grow 
automatic - very bad problem
for several rows of images because you should set the height of the 
container taking account the *maximum* height. Tables don't have this 
problem
2) height of divs are different. If you try to set height as 100% that 
will fail in many situations. Tables don't have this problem

Because of serious layout problems I have sometimes changed DIV layout
into conventional tables. Concening the latter problem DIVs are usable 
if you don't need to set background properties.
Because of serious layout problem it would be nice to have
alternative to use the old and very realiable table based style
of Typo3 3.8.1 without any complains of using old style!
Maybe old style has accessibility problems but at least it works reliable.




More information about the TYPO3-dev mailing list