[TYPO3-dev] indexed search: where is the css template?
Robert Markula
robert.markula at gmx.net
Mon Mar 20 20:55:41 CET 2006
Hi Christopher,
Thanks for having a look at the template! It would be cool if you could
test it under real world conditions using RC1!
I have of course some generated markup, but it is the new top secret
design of our website - a work in progress that only two people in the
whole world know about in detail ;)
Christopher wrote:
> Cool.
>
> About the <a name="..."></a> thing--putting an id into the container
> where that anchor is now will work as well and will validate in any
> (x)html version:
>
> This link:
>
> <a href="#foo">Section head</a>
>
> ....will jump to this div:
>
> <div class="tx-indexedsearch-secHead" id="foo">
> ....
> ....
> ....
> </div>
Hey thanks for the tip... it is corrected now.
> Secondly, there's no <ul ... > anywhere in the template, and there
> must be a boatload more css somewhere...Do you have a bit of generated
> markup that we can see? ;-)
The <ul> is hardcoded and is the code for the result browser.
> I'm curious about whether some of the doubled-up classes could be
> eliminated by grouping. E.g. if all that .icon does is something like
>
> ..icon { border-style:none; }
>
> ....then are you able to just group .tx_indexedsearch-icon with it,
> define the unique properties of .tx_indexedsearch-icon separately and
> lighten the markup just a bit?:
Yes, would be nice. But for CSS compatibility with the "classic"
table-based template that Stucki worked on for RC1, I have to use these
class names.
> I also wonder about the necessity of having icon images in the markup,
> but I guess the extension code itself would have to be changed to fix
> that...
Perhaps this could be made configurable via TS (if it not already is)?
*sight* Okay okay, I'll 'anonymize' the layout we are working with. I
just don't have any webspace available where I could put it for the
public. Do you have some kilobytes available? If so, I'll send you a
.zip file via email.
Regards,
Ro
More information about the TYPO3-dev
mailing list