2008-06-01, 07:59 PM
also you can change "50%" in "alt_forumlar" class to build more than 2 columns.
put after ".alt_forumlar li {width:" result of this calculation:
100 / number of columns
for example with this code you have 3 columns:
.alt_forumlar li {width: 33%; float: left;} /* 100/3 = 33 */
put after ".alt_forumlar li {width:" result of this calculation:
100 / number of columns
for example with this code you have 3 columns:
.alt_forumlar li {width: 33%; float: left;} /* 100/3 = 33 */