logo
logo
Sign in

Split Unordered List Into Multiple Columns using CSS3 Columns Property

avatar
Paritosh Pandey
Split Unordered List Into Multiple Columns using CSS3 Columns Property

It is supported by almost all latest Browsers.

However, every CSS3 Property uses some predefined prefix for individual browsers, some of them are mentioned below.

-moz- Prefix is used for Mozilla Firefox, so the final code would be -moz-column-count

-o- is used for Opera, so the final code would be -o-column-count

-webkit- is used for Safari, so the final code would be -webkit-column-count

Chrome doesn’t need any prefix, so you can use directly as column-count

collect
0
avatar
Paritosh Pandey
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more