ericc
12-14-2010, 06:37 PM
Hello all
I have a strange problem.
I made a web page with a search box. When you type something in the box an Ajax function retrieve suggestion from the server and display them in the div below the box. (you can even click on a name in the suggestion list).
Actually, I have a template build mostly with table and it works nicely !
I try to make a new template where I use a lot of div (for transparency mainly).
When I use this template, the position of the search box is not correctly computed any more and the suggestion list appear at a wrong position :confused:
I have searched for a solution with Google and tested various javascript function but all with the same result !
I tried function from this page : http://www.roscripts.com/snippets/show/225 (which is very similar to what I already used)
and also this one : http://www.javascripttoolbox.com/lib/objectposition/index.php
but all give me the same result ...
The page is located here :
http://fgs.ericc-dream.fr.nf/index.php?module=player
the search box is "Rechercher un joueur" ('search a player' in french)
Someone have any suggestion ?
Thanks in advance for your help
ericc
I have a strange problem.
I made a web page with a search box. When you type something in the box an Ajax function retrieve suggestion from the server and display them in the div below the box. (you can even click on a name in the suggestion list).
Actually, I have a template build mostly with table and it works nicely !
I try to make a new template where I use a lot of div (for transparency mainly).
When I use this template, the position of the search box is not correctly computed any more and the suggestion list appear at a wrong position :confused:
I have searched for a solution with Google and tested various javascript function but all with the same result !
I tried function from this page : http://www.roscripts.com/snippets/show/225 (which is very similar to what I already used)
and also this one : http://www.javascripttoolbox.com/lib/objectposition/index.php
but all give me the same result ...
The page is located here :
http://fgs.ericc-dream.fr.nf/index.php?module=player
the search box is "Rechercher un joueur" ('search a player' in french)
Someone have any suggestion ?
Thanks in advance for your help
ericc