Hi, thank u for your fast answer.
I allready checked out how to solve the prom with the divs; i had to add it in javascript and not in the css.
But i tried that great idea with search. The prom is how to pass the var?
if i got smth like:
var bla = "How are u doin there?";
var search = "how";
bla.search(...);
How can i now get the case insensitive search?
Thanks a lot guys