Like us on Facebook and stand a chance to win pen drives!

How to split ul into multiple columns




ul{
width: 300px;
overflow: hidden;
}
 
ul li{
float: left;
width: 75px;
}


1 comment:

  1. Nice one. I've tried other options but none worked with my css even reseting until I found this one (in my case I used just ul {width: 100%;} li {width: 30%; float:left;} )
    Tyvm.

    ReplyDelete

Copyright © 2012 The Code Junction.