CSS3 Columns and UIWebView
问题 Using CSS3 columns to take a somewhat large text document and make it scroll horizontally. I want each column to be close to the size of the iPad screen, as I am displaying the content in a UIWebView. If I make the -webkit-column-width: property a relatively small number, everything works great. The text stops at the max-height set for the containing and columns out horizontally. If I make -webkit-column-width anything larger than about 300px, though, this css seems to get completely ignored.