Internet Explorer 7 has a bug where, when it redraws the text of buttons after scrolling them out and then back into the viewport, lines of pixels are missing from the text. I can’t figure out a fix and need some help.
Posts Tagged: forms
Bug fixes for removing the inner shadow on iOS inputs
You should be able to remove the default inner shadows on text field inputs in Safari on iOS using -webkit-appearance
, but a couple bugs with the property reduce its usefulness. Luckily, you can work around the bugs using CSS3 gradient background images instead.