Set mouse wheel to horizontal scroll using css
问题 I want to design a horizontal page. When I use mouse wheel it just scrolls content vertically. How can I use horizontal scroll by mouse wheel? Does CSS support this property? For example any thing like this: mouse-wheel:horizontal; I dont want jQuery solutions. 回答1: We can scroll the page horizontally by SHIFT key + scroll through mouse. 回答2: CSS does not support manipulation of mouse or keyboard inputs; input controls can only be manipulated via JavaScript. 回答3: Rotate the container by –90