[TYPO3-dev] indexed search: where is the css template?

Robert Markula robert.markula at gmx.net
Mon Mar 20 17:33:53 CET 2006


tapio wrote:
> 
>> 'id="tx-indexedsearch-searchbox-sword sword"').
>>
>> The problem now is that spaces are not allowed in id's.
> 
> *invalid syntax*. You *can't* use spaces in id values.
> 
> you can use them with classes because they are *separators* for class
> names.
> 
> For a CSS-engine
> class="tx-indexedsearch-searchbox-sword sword"
> 
> means the same as
> 
> 
> class="tx-indexedsearch-searchbox-sword" *and* class="sword"

Yep, I know.
But how shall I proceed? As far as I can see it, there are two options:
(1) Keep the correct label description and change all class names to 
id's plus get rid of the extra seperator ("sword")
(2) Forget about correct label descriptions and keep the current classes.

Michael, what do you think?

Regards,
Ro




More information about the TYPO3-dev mailing list