is it possible to change the backgroundcolor value from a input box only if
this box has the focus ?
I have a side with 23 input boxes. If the user pressed the tab button the
inputbox should be colored so that the user see witch box has the focus ?
With Javascript it isn´t a problem, but what if the user has disabled
javascripting?
regards,
Frank
Nop...not that I am aware of at least....
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
http://www.icysoft.com/
The...@icysoft.com
icy...@vortex.is
==============================
No matter where you go there you are
==============================
"Frank Liebelt" <frank....@acst.de> wrote in message
news:al5pd1$gi0$05$1...@news.t-online.com...
INPUT.focus { background: #FF00EF; }
:-) regards, Frank
"Vidar Petursson" <the...@icysoft.com> schrieb im Newsbeitrag
news:O0HtMLFVCHA.1664@tkmsftngp13...
--
Best Regards
Vidar Petursson
==============================
Microsoft Internet Client & Controls MVP
==============================
http://www.icysoft.com/
The...@icysoft.com
icy...@vortex.is
==============================
No matter where you go there you are
==============================
"Frank Liebelt" <frank....@acst.de> wrote in message
news:al8e11$prh$00$1...@news.t-online.com...