CSS: Styling visited images cross browser way / cross browser opacity
I want to use the CSS visited functionality in the browser to style a clicked image: CSS: .gridview a.plusminus:visited img { /* from http://my.opera.com/BleedingHeart/blog/2007/04/29/highlighting-visited-images-using-css */ background: transparent !important; opacity: 0.2 !important; } HTML: <a class="plusminus" href=...