0

On a LinkedIn profile, there's a box in the right column for "Notify Your Network:" which has invisible text on the label for the switch. This is not the same as the header with a ?

I'm regexing the page and trying to figure out how to exclude instances like this, but I don't see any style that should make it invisible.

I've seen this a lot recently, in different sites, and I'm curious what's going on.

enter image description here

enter image description here

Community
  • 1
  • 1
neaumusic
  • 10,027
  • 9
  • 55
  • 83

1 Answers1

1

There is text-indent: -119988px; for that label.

enter image description here

Jakob
  • 3,493
  • 4
  • 26
  • 42