I am able to do the list using float:left;
like this
But I would like to show it like this (as 2 or more columns)
How can I do that?
@sandeep gave good solution. Unfortunately does not work in IE(need ie7 and above).
any help?
I am able to do the list using float:left;
like this
But I would like to show it like this (as 2 or more columns)
How can I do that?
@sandeep gave good solution. Unfortunately does not work in IE(need ie7 and above).
any help?
http://jsfiddle.net/rlemon/Y5ZvA/3/ you can try this.. I haven't tested it with ie yet.
I found a way to do this in IE too. (using clear)
html:
css:
See http://jsfiddle.net/pMbtk/31/
For this, you can use the
column-count
property:Check this jsFiddle.
Note: It does not work in IE.
For IE, you can use this JavaScript: CSS3 - Multi Column Layout Demonstration