In global.js try commenting out the following lines in function
addFocusHandlers(elements):

                //elements[i].onfocus=function()
{this.style.backgroundColor='#ffd';this.select()};
                //elements[i].onmouseover=function()
{this.style.backgroundColor='#ffd'};
                //elements[i].onblur=function()
{this.style.backgroundColor='#EFFFF3';}
                //elements[i].onmouseout=function()
{this.style.backgroundColor='';}


Vincenzo Caselli

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to