Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] UL inside an UL IE problem Re: [Solved] UL inside an UL IE problem

#79290
TheDoc
Member

Technically, that isn’t coded correctly, and is probably throwing a validation error. While this fix might not help with your problem in IE, you should always follow this pattern:

Code:
  • List Item
  • List Item
    • Nested List Item
  • List Item

See how on the second list item, it’s closed after the nested list? Give that a shot.