Comment on Tracking Users with CSS (2018)Comments−interfixus7yCss is fundamentally breaching the contract by messing in any way whatsoever with content.−scegit7yYou can still do thisinput[type="button"]:active { background-image: url('http://www.google-analytics.com/collect?v=1&_v=j23&a=...'); }https://www.smashingmagazine.com/2014/10/css-only-solution-f...
Comments
Css is fundamentally breaching the contract by messing in any way whatsoever with content.
You can still do this
input[type="button"]:active { background-image: url('http://www.google-analytics.com/collect?v=1&_v=j23&a=...'); }
https://www.smashingmagazine.com/2014/10/css-only-solution-f...