I\'m designing a clickable panel for an html app which contains multiple text elements and images.
From what I understand this is generally done with a div. Somethin
.myButton:active, .myButton *:active{ -ms-transition-duration: 0.2s; -ms-transform: scale(0.95); }
I will be honest I have no idea if you can use *:pseudo-selector in IE but chrome you can so it's worth a shot.