Page 1 of 1

livesearch result box is transparent?

Posted: Sat Feb 25, 2006 12:06 pm
by mbirth
On my s9y, the livesearch result box was transparent and thus you saw a mixture of the next sidebar item with the results overlayed.

Image

I had to add a background-color: to the class serendipity_livesearch_result in the serendipity_event_livesearch.php to make it look like expected.

Image

Is this a bug or a problem with my s9y?

Cheers,
-mARKUS

Posted: Sat Feb 25, 2006 12:42 pm
by wh1sper
Yes, me too.. but I had to put it in .serendipity_livesearch_row
but nevertheless : Thanx a lot :)

Posted: Sat Feb 25, 2006 4:06 pm
by garvinhicking
You do not need to put that CSS into the PHP file, you can move the whole thing into your style.css of your template and then the plugin will not output its CSS on its own.

It is not a bug, but it very much depends on the used templates. Some templates require background-colors, some don't. Whatever the plugin does, for one party it will always not work, so it has to be "fixed" per-template. :-/

Regards,
Garvin