Bootstrap selection is rendered differently in firefox and chrome:
How do the two browsers render the same way? Preferably in Chrome the way.
My question is diferent from thid question
: Twitter Bootstrap: Getting Form Inputs and Buttons to be same the height in Chrome and Firefox
because the problem is not width or height, the problem is the triangle (in the right side) in select field, the way than the browser rendering this triangle is completely different, the answer of below question is not apply in the this case.
2
Answers
If useful for someone, the code that solved my problem was this:
I did this code based in the example/link passed by Rachel S in thew answer above, the link is : http://codepen.io/ruchiccio/pen/zqbaKN
They won’t render the same way. Every browser looks different, with Explorer being the wordst!
I was just working on this today! You can have a background div that includes a border and a background image of an upside down triangle on the right side. Then have a span above the div with the first selection (in your case “1”). Then put the select menu on top of the div/span with absolute positioning and a zero opacity. This makes the browser defaults of the select menu not show at all.
http://codepen.io/ruchiccio/pen/zqbaKN