Forums

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

Home Forums CSS droplist

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #46121
    Manojnaanak
    Participant

    Hello,

    I want create this type of droplist

    http://datanova.co.in/dnitest/test/Untitled-2.jpg

    #141620
    Paulie_D
    Member

    What have you tried so far?

    #141634
    Manojnaanak
    Participant

    I have tried this, it is working well in chrome but not in IE and Mozila. So please give any solution.

    background: url(../images/dropBackFull.jpg);
    background-position: 100% 53%, center center;
    background-repeat: no-repeat;
    border: 1px solid #BBBBBB;
    -webkit-appearance: none;
    -moz-webkit-appearance: none;
    -khtml-webkit-appearance: none;
    height: 18px;
    width: 35px;
    font-size: 10px;
    box-shadow: 1px 0px 1px #999;
    -moz-box-shadow: 1px 0px 1px #999;
    -webkit-box-shadow: 1px 0px 1px #999;

    #141622
    Paulie_D
    Member

    There is no `appearence’ property in IE so that won’t work and this

    -moz-webkit-appearance: none;

    should be this

    -moz-appearance: none;

    https://css-tricks.com/almanac/properties/a/appearance/

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