Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: bgColor of Text


Message #1 by yuqiant@h... on Wed, 14 Mar 2001 08:54:43
on 14/3/01 8:54 am, yuqiant@h... at yuqiant@h... wrote:

> Hi,
> 
> Is it possible to set the BGColor of a text field when it gets focus?
> 
> Thanks.
> 
> Chan
> 
> 
> 

onfocus="this.style.backgroundColor='black';"

works in IE but I don't think you can apply colours to form objects in NN -
you might even get some errors so you'll need to check it out

8-D
Luke


  Return to Index