[Typo3] align middle and right columns

Christoph Koehler christoph.koehler at gmail.com
Wed Aug 10 17:21:59 CEST 2005


>> -------------------------+----------------+
>> Product 1                | Logo Product 1 |
>> - ...                    |                |
>> - ...                    |                |
>> - ...                    |                |
>> - ...                    |                |
>> - ...                    |                |
>>                          |                |
>> Product 2                | Logo Product 2 |
>> [...]                    |                |
>> -------------------------+----------------+

> Sounds like a css question, but I can't understand the result you're
> trying to achieve. Can you post a screenshot somewhere?

I think he wants the Logo Product 1 lined up with Product 1 in the other  
column, and Logo P 2 with P 2 ,even though there might be stuff between  
Product 1 and 2. Right now I believe it will more look like this:


>> -------------------------+----------------+
>> Product 1                | Logo Product 1 |
>> - ...                    | Logo Product 2 |
>> - ...                    |                |
>> - ...                    |                |
>> - ...                    |                |
>> - ...                    |                |
>>                          |                |
>> Product 2                |                |
>> [...]                    |                |
>> -------------------------+----------------+

I don't know if there is a way with just CSS, you might have to have some  
function that figures out how much space you need between the two logos  
and add a spacer class like .spacer { height: Xpx;} or add a margin to the  
div that contains your logo.
How about using TV with flexible content elements, and make a table with  
two columns and map the content accordingly. Would that be possible?

That's all I can think of right now....

Christoph



More information about the TYPO3-english mailing list