aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes options[i].style.color not working in Firefox Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "options[i].style.color not working in Firefox" Watch "options[i].style.color not working in Firefox" New topic
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
    
  13

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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: options[i].style.color not working in Firefox
 
Similar Threads
clear browser cache
Font color in drop down menu
radio button not working properly, list is sorted for every two clicks
Cookies Max Age problem
why do code tags miniaturize the code?