Dropdown options lose style when selected in Firefox/Mozilla

Discussion in 'CSS' started by jch111, Apr 17, 2007.

  1. #1
    See the HTML code below. In Firefox, the options lose the style when selected. For example, the pink item turns black when selected. The italic item is not italic when selected.

    Thanks!

    
    <SELECT>
    <OPTION  style="color:Pink">pink</OPTION>
    <OPTION style="font-style:italic">italic</OPTION>
    <OPTION style="font-weight:900">bold</OPTION>
    </SELECT>
    
    Code (markup):
     
    jch111, Apr 17, 2007 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    It is impolite and counter to long established forum protocols to post your issue to multiple forums at the same time. Your post on CSSCreator has already gotten answered, so anyone looking at the problem here and whatever other forums you've x-posted will be wasting his time duplicating another's work.

    Show some respect for those who would help you.

    gary
     
    kk5st, Apr 17, 2007 IP