Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Strange appearance of textfield in chrome Reply To: Strange appearance of textfield in chrome

#147353
Paulie_D
Member

I’m not seeing any movement in the link on hover although I do see the ‘inset’ thing you showed in the picture.

One thing which is probably unrelated:

This is your CSS…it has a repetition and a missing semi-colon

a:hover {
    color: #FFF  <=== here
    outline: none;
    color: #FFF;
  }

I’ll keep looking