Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8423663
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T03:47:04+00:00 2026-06-10T03:47:04+00:00

Here is the style used to use a custom arrow for the select list

  • 0

Here is the style used to use a custom arrow for the select list but it is not working in IE and Mozilla Firefox.
Are there any hacks/solutions for this?

select{
    -webkit-appearance:none; -moz-appearance:none !important;
    border-radius:4px ; border:#cccccc solid 1px ;
    height:26px; width:210px; padding-left:8px;
    font:normal 14px Myriad Pro, Verdana, Geneva, sans-serif; color:#7f7f7f;
    background-image:url(../images/list_arrow.jpg); background-position:185px;  background-repeat:no-repeat;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T03:47:05+00:00Added an answer on June 10, 2026 at 3:47 am

    I don’t know of a pure CSS solution for IE, but something you could do for Firefox would be to cover the arrow of the select (just the arrow!) with another element for which the background is your custom arrow and use pointer-events: none on that element (this also works for Chrome and Safari).

    DEMO

    HTML:

    <select>
        <option>item 1</option>
        <option>item 2</option>
        <option>item 3</option>
    </select>
    <div class='arrow'></div>
    

    CSS:

    select, .arrow { display: inline-block; vertical-align: middle; }
    option { padding: 0 1em; }
    .arrow {
        width: 26px;
        height: 26px;
        margin-left: -28px;
        display: inline-block;
        background: url(arrow.png);
        background-size: 100% 100%;
        pointer-events: none;
    }
    

    For IE, you could also cover the arrow of the select, add a click listener on the element covering the arrow and open the select when the arrow is clicked. This would actually work for any browser, but it involves JavaScript.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Alright, so I'm making a Facebook-style chat. But that doesn't really matter. See here:
This is more a question of style and preference but here goes: when should
I'm trying to add a custom font to my wordpress website, but i'm not
Is there a way to use this parameter style: /products/123;456;789 in JAX-RS with Jersey?
Is there a (or several) coding style guide for node.js? If not, what are
Here is the code i'm working on it's not a page it's a treasure
my style is here #mybox{ display:none; } my web is here <div id='mybox'> ...
Here's my button style: <style name=StandardButton parent=@android:style/Widget.Button> <item name=android:background>@drawable/button_mib_standard</item> <item name=android:textColor>@drawable/button_text</item> <item name=android:padding>16dip</item> <item
Here is my code: <style> #defCalTree { overflow: scroll; overflow-x: hidden; } </style> and
here is my code.. <script type=text/javascript> function clicker(){ var thediv=document.getElementById('downloadoverlay'); if(thediv.style.display == none){ thediv.style.display

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.