button active in ei bug

Discussion in 'HTML & Website Design' started by fgsg, Dec 25, 2011.

  1. #1
    hi,

    how i can remove stupid move on button (when i press button) in internet explorer ? so i add image on background of the button and when i press image go top how i can disable this ?

    html

    <input type="text" class="input" value="" /></td><td>
    <input type="submit" value="" class="button"/>

    css

    .button {
    background: url(bt.png) no-repeat top;
    display: block; width: 161px; height: 38px; border: none;
    }

    thanks.
     
    Last edited: Dec 25, 2011
    fgsg, Dec 25, 2011 IP
  2. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #2
    Delete line 32 of your html. Everybody knows that!
     
    drhowarddrfine, Dec 25, 2011 IP
  3. fgsg

    fgsg Well-Known Member

    Messages:
    275
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    now check please, thx :)
     
    fgsg, Dec 25, 2011 IP