Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Style the options in a select drop down

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35556
    godonholiday
    Member

    Does anyone know if you can style the options in a select drop down?

    I have a drop down with h1, h2, h3 etc… currently they all look the same in the drop down. But I would like them to actually look like the style they represent.

    Any ideas
    Cheers

    #94524
    davidlab.be
    Participant

    yes…just give the option a class or id and style. example: option.h1{
    font-size:21px;
    font-weight:bold;
    }

    #109442
    Projectblue
    Member

    how would you go about inserting an image into the Option of select (drop down list)?

    #109443
    Projectblue
    Member

    ssfs

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.