Skip to content Skip to sidebar Skip to footer

Workign With Floating
  • Elements In Footer
  • My website is on the local server right now however this will be a simple fix for those of you who know whats it's called. I'm trying to get these lists (bordered in white) to flo

    Solution 1:

    Why no just create a column for each side (left, center, right) and simulate it that way, well atleast I think this is what you are trying to achieve

    Fiddle http://jsfiddle.net/eEwdk/

    Theres another workaround that would consist in making each li element absolute positioned and calculating it's position (yeah I know it's sound redundant)

    Solution 2:

    As I understand it, you want each of the li elements underneath one another. To do that you want to float the ul element to the left, not each individual li element.

    Post a Comment for "Workign With Floating
  • Elements In Footer"