I'm trying to spread a list of <li>'s aligned horizontally using float:left across my <ul>.
Does anyone have any idea how this is done?
|
I'm trying to spread a list of Does anyone have any idea how this is done? |
|||
|
Is there some reason why you can't just set them to |
|||||||
|
|
Float left and divide the width of the HTML:
CSS:
|
|||||||
|
|
You can use Example: http://jsfiddle.net/joar/ELpDD/ As feela said in the comments to #7131346,
|
||||
|
|
float: left;sounds good. What HTML/CSS do you have so far? – Tomalak Aug 20 '11 at 11:01