I have a text input with a search buton absolute positioned over it... to make space for the button I used some padding to keep the text from going under the button, which i
I had this issue also i solved it by adding the following line
input { overflow:visible; padding:5px; }
hope this helps? Let me know.