Nested List Elements - CSS Styles

Last post 07-18-2008, 9:44 AM by enertia. 1 replies.
Sort Posts: Previous Next
  •  07-17-2008, 4:35 PM 42322

    Nested List Elements - CSS Styles

    I need to be able to have a separate list element type for each level of an ordered list. The editor is putting in divs when you try to indent via the toolbar instead of the appropriate indented list element.
     
    My style:
    ol ol
    {
        list-style-type:lower-alpha;
    }

    ol ol ol
    {
        list-style-type:upper-roman;
    }

    ol ol ol ol
    {
        list-style-type:upper-alpha;
    }



      1. This would be an "a"
        1. This would be an "I" - or roman 1 (one)
          1. This would be a "A"
     
    The div insertion issue only happens with Internet Explorer. Firefox works fine.

    Thanks!
     
    ~ Jason
  •  07-18-2008, 9:44 AM 42348 in reply to 42322

    Re: Nested List Elements - CSS Styles

    ================== UPDATE ======================
     
    FireFox is also doing the same thing now. I have also tried it on separate machines. It is even doing it on this forum editor. So is it a memory issue? Refreshing the page or closing the browser does not fix it.
     
    Here is the steps I used to re-create:
     
    1) Create a new list (it doesn't matter which kind) via the toolbar
    2) hit 'Enter'
    3) the list element disappears; leaving a <br/>
View as RSS news feed in XML