[TYPO3-dev] indexed search: where is the css template?
tapio
tapio.markula at dnainternet.net
Mon Mar 20 17:24:55 CET 2006
> '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"
More information about the TYPO3-dev
mailing list