I've got layout in which 80% of buttons are icons with tooltip describing the function appearing on :hover
Is it possible using CSS and Media Queries only to show additional class (for example .button-info
) if website is viewed on touchscreen device. Other than guessing by the resolution and orientation what sort of device user might be using?