select tag sits one pixel lower in Firefox than it does in Chrome
Posted
by
sepoto
on Stack Overflow
See other posts from Stack Overflow
or by sepoto
Published on 2012-12-16T23:00:05Z
Indexed on
2012/12/16
23:03 UTC
Read the original article
Hit count: 149
#allday {
width: 180px;
height: 20px;
margin-top: 2px !important;
margin-right: 0px;
padding: 0px;
-webkit-appearance: menulist;
box-sizing: border-box;
-webkit-box-align: center;
border: 1px solid;
border-image: initial;
white-space: pre;
-webkit-rtl-ordering: logical;
color: black;
background-color: white;
cursor: default;
}
I inspected the element in both browsers but I'm not really seeing where the discrepancy is. Has anyone been through this before with the select tag?
© Stack Overflow or respective owner