This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Menu loses focus on mouseover AJAX search box

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Menu loses focus on mouseover AJAX search box Reply To: Menu loses focus on mouseover AJAX search box

#13190
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Shawn,

Thank you very much for your kind words!

It is actually possible with a small custom CSS snippet. This should do the trick for you:

[html].asp_main_container {
z-index: 0;
position: relative;
}[/html]