K
kalle123456
Hallo,
ich habe ein input Feld mit einen Backround Image versehen. Mein Problem nun, im Firefox ist alles super und im IE wird es ignoriert. Wenn die Seite neue lädt( im IE) oder man in das Feld klickt, flackert das Backround image ab und zu mal auf
. Wie kann ich das Problem lösen?
ich habe ein input Feld mit einen Backround Image versehen. Mein Problem nun, im Firefox ist alles super und im IE wird es ignoriert. Wenn die Seite neue lädt( im IE) oder man in das Feld klickt, flackert das Backround image ab und zu mal auf

Code:
input.text {
background-image : url(/gfx/input_background.png);
background-position: top left;
background-repeat: no-repeat;
margin-bottom : 2px;
padding : 0;
border : 1px solid #ccc;
border-left : 1px solid transparent;
border-top : 1px solid transparent;
font-size : 10px;
height : 16px;
padding-left : 4px;
}