Hi Friends,
my drop down box is having 10 element,and i want to change color of one element depending on the condition dynamically.
How can i do this, when i used
document.form.dropdown.style.color="#fffff";
it changed the color of all the element. I want only one element in dropdown box to change the color.
Thanks for all the help.
Harish
my drop down box is having 10 element,and i want to change color of one element depending on the condition dynamically.
How can i do this, when i used
document.form.dropdown.style.color="#fffff";
it changed the color of all the element. I want only one element in dropdown box to change the color.
Thanks for all the help.
Harish