This should only happen in some browsers, such as Google Chrome, it is intended to provide usability and accessibility, but it can cause problems with some style. What you want to do is remove the dynamic paths as follows:
input[type="text"] {
outline: none;
}
, , psedo- : focus
input[type="text"]:focus {
background: url(images/rounded-focused.gif) no-repeat top left;
}