Quote:
Originally Posted by tpearl5
I was wondering the same thing - right now the box pops up in the middle of the browser window.
|
Had to figure it out by myself.
You have to edit the
ajax_live_search-min.js file.
Search for
center_element(this.cont) , you can remove this line or replace it with
/* center_element(this.cont) */
Over this line you have to add the new position. For a clean vb4 it should be:
this.cont.style.top="91px";
this.cont.style.right="35px";
Greetings.