-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'select' stacking #7
Comments
The Be aware that if you use .class-name {
-moz-box-sizing: border-box; /* For stupid Firefox */
box-sizing: border-box; /* Works on IE8+ */
max-width: 100%;
} The only solution for <IE8 is to give the element a width of less than 100%, enough to compensate for the padding. |
consuming all of this, i've added this:
It gives middle vertical align for stackable different elements. Plus gives same height-sizes for Selects, Buttons, Inputs |
I have 3 'select'-s in row, and they don't have margin beside them.
This solve it
A+B selector supports in IE8+
http://caniuse.com/#feat=css-sel2
same for buttons
The text was updated successfully, but these errors were encountered: