| Author |
options[i].style.color not working in Firefox
|
mudassir shahab
Ranch Hand
Joined: Oct 13, 2003
Posts: 54
|
|
Hi, i am trying to set color of a label in combo box using javascript.... options[i].style.color="red" its working fine in IE but not in FireFox...any clues ?? [ May 05, 2008: Message edited by: Bear Bibeault ]
|
 |
Anirvan Majumdar
Ranch Hand
Joined: Feb 22, 2005
Posts: 261
|
|
|
It seems to be working fine for me on FF as well as IE. Can you post the code you've written down? Chances are that the error lies somewhere else and not in the part you've posted.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56180
|
|
|
Terminology correction: there is no such thing as a "combo box" on the web. Please read this for more information.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: options[i].style.color not working in Firefox
|
|
|