Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>All you can do for this is hack it so it looks close. Chrome behavior cannot be emulated just by adding/altering CSS of the <code>select</code> alone.</p> <p>This is as close as you can get without adding any other elements:</p> <p><a href="http://css-tricks.com/examples/SelectCutoffFix/">http://css-tricks.com/examples/SelectCutoffFix/</a> (click back to the article at the top for the implementation details)</p> <p>The above solution is the best you can do with what you're asking for, which is no additional elements on around the <code>select</code>.</p> <p>If you're willing to add a <code>div</code> with a little styling around the <code>select</code>(no replacement or special UI widgets), you can make it look a little better:</p> <p><a href="http://www.getharvest.com/blog/wp-content/uploads/2009/12/select_box_demo.html">http://www.getharvest.com/blog/wp-content/uploads/2009/12/select_box_demo.html</a></p> <p>(details here: <a href="http://www.getharvest.com/blog/2009/12/dropdown-problems-on-internet-explorer/">http://www.getharvest.com/blog/2009/12/dropdown-problems-on-internet-explorer/</a>)</p> <p>That solution is about as close as I've seen to doing what you're looking for. That being said it is a hack, and has some issues:</p> <ul> <li>if you select the same <code>option</code> twice in a row, expected behavior doesn't kick in until focus leaves the <code>select</code></li> <li>when the <code>select</code> is open, the down arrow button disappears (because the overflow is being hidden by the enclosing div)</li> </ul> <p>The above solutions will get you a bit closer, but neither of them look as polished as I'd like them to be. If you're unable to add anything else to the page, however, these are going to be your best options(based on countless hours of researching this in the past). Yeah it sucks, but we're all in the same boat.</p> <p>Good luck!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload