Is it possible to have text in a dropdown formated? Half text normal and half italic.

Discussion in 'HTML & Website Design' started by x0x, Jan 20, 2010.

  1. #1
    I know that the whole class can be changed, but I only need one work of the three words in my dropdown to be italic formated.

    <option value="">Example <em>text</em></option>

    did not give me

    Example text


    How could I accomplish this?
     
    x0x, Jan 20, 2010 IP
  2. Djkanna

    Djkanna Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi.

    Have you tried using <span>?

    <option value="">Example <span style="font-style: italic;">Text</span></option>

    I haven't had chance to test it sorry.

    Hope this helps in some way :)

    Thanks
    Djkanna
     
    Djkanna, Jan 20, 2010 IP