css question

Out of context: Reply #10

  • Started
  • Last post
  • 12 Responses
  • neverblink0

    like YAYPaul said, setting the LIs height to 100% won't work.. I thought it was because there was no ul to stretch to (because float takes them outside of the normal layout), but adding a footer (as used when stretching DIVs in columns) still didn't solve it. This is caused because their parent element the UL doesn't have a height (even if it's stretched by the footer). Setting a height for the UL (min-height doesn't work) will make them all the same size.. but at a fixed height, so it's the same as setting the height for the LIs itself

View thread