@EquinoxWorld
No problem at all

You can use name suggestion just replicating the JS function which will manage everything for you. I've done it before and it's quick and easy
@kh99
First of all thanks for your reply.
Sorry but I've not explained my problem clearly.
When the suggestion list came up and I inspect the element the properties are the following
HTML Code:
<div class=”vbmenu_popup” id=”pmrecips_menu” style=”position: absolute; z-index: 50; top: 480px; left: 277px; clip: rect(auto auto auto auto); display: none;”>
I can't find where those properties are defined, I've searched more or less everywhere ,I've also tried to move it manually and to remove the style property using JS but I see no changes. I need it in the right position and I also need to redefine some of the style properties.
Thanks in advance