Is it possible to reorder list items using CSS3?
For example, if the list is encoded in HTML in the order 1,2,3,4,5, but I want it to be displayed in 5,1,2,3,4 order.
I use CSS overlay to change the Firefox extension, so I cannot just change the HTML.
HTML code
source
share