Forums

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

Home Forums CSS select arrow

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #45630
    nuodas159
    Participant

    Hello,
    I want to ask how to delete in FireFox and IE the selection arrow?

    select {
    background-color: #000!important;
    color: #fff!important;
    padding-right: 16px;
    width: auto;
    height: 22px;
    margin-right: 5px;
    border: 1px solid #ff9900;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    }
    select:first-child, select#f {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url(“{T_THEME_PATH}/images/deffusion_select_br_down.png”) no-repeat right center;
    left: -5px!important;
    }

    #139182
    Paulie_D
    Member
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.