Forums

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

Home Forums CSS Style Form <option> Drop Down

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #23056
    shwagga
    Member

    I was wondering if there is a way to style the form <option> tag, so that the browser doesn’t use the default style?

    If that’s not clear this might clear it up. When writing a form option:

    <form>
    <option>
    <select>Item 1</select>
    <select>Item 2</select>
    </option>
    </form>

    This will use a default arrow on the right is there a way to get around the default and create your own arrow using an image?

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