So it turns out you can use writing-mode in Chrome & Firefox to lay out a <select> horizontally ๐
https://codepen.io/leaverou/pen/PoMzXXx
You can even apply field-sizing: content; to get rid of the empty space!
So it turns out you can use writing-mode in Chrome & Firefox to lay out a <select> horizontally ๐ https://codepen.io/leaverou/pen/PoMzXXx You can even apply field-sizing: content; to get rid of the empty space! 9 comments
|
@leaverou Iโve used writing mode to flip a table. Not convinced how useful that was, but fun to do.
https://codepen.io/dutchcelt/full/zYLGBWL