I currently have a simple form with a text input that has a blue background set by css. It all works perfectly and looks good in firefox and ie but not on an iPhone or safari? How can I arrange it so that there is an image behind the input rather than a background?
Please note, there are other images either end of the input, see – http://stack.uk.to
I currently have a simple form with a text input that has a blue
Share
The only issue I see is that the CSS for your input says its
heightshould be48px. Your images that sit next to it are50pxinheight. If you change theinput‘s height to50pxit seems to match.style.css: