Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bert 128 posts 251 karma points
    Jul 10, 2011 @ 13:09
    Bert
    0

    OL not styled.

    The OL tag in the forum isn't styled.

    1. this is item 1
    2. this is item 2
    3. this is item 3
  • Bert 128 posts 251 karma points
    Jul 10, 2011 @ 13:13
    Bert
    0

    Checked in firefox 5.0 and IE 9.0

  • Fuji Kusaka 2203 posts 4220 karma points
    Jul 10, 2011 @ 19:13
    Fuji Kusaka
    0

    Hey bert which OL are you talking about??

     

    Am on FF5.0 but everything seems ok to me.

     

     

    /fuji

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jul 10, 2011 @ 19:24
    Jan Skovgaard
    0

    Hi Fuji

    I think Bert is reffering to when using a ordered list in forum posts, it's formatted without any numbers.

    /Jan

  • Fuji Kusaka 2203 posts 4220 karma points
    Jul 10, 2011 @ 19:26
    Fuji Kusaka
    0

    Hey Jan,

     

    Well I havent noticed.....

     

    //fuji

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Jul 10, 2011 @ 19:36
    Bjarne Fyrstenborg
    0

    In chrome it's the same issue..

    It seems to be the css

    #forum ul.commentsList li {
    display: block;
    margin: 0px 0px 35px 0px;
    }

    It's styled as a block element.. when I deactivate the display:block I get the numbers in chrome..

    It styles all li tag under #forum ul.commentList

    Bjarne

  • Fuji Kusaka 2203 posts 4220 karma points
    Jul 10, 2011 @ 19:37
    Fuji Kusaka
    0

    It should be display: table; instead

     

    //fuji

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Jul 10, 2011 @ 19:47
    Bjarne Fyrstenborg
    0

    I think it should be styled

    #forum ul.commentsList li {
    display: block;
    margin: 0px 0px 35px 0px;
    }

    and 

    #forum ul.commentsList li ol li {
    display: list-item;
    }

    or some other way so the ol li tags isn't styled as block elements.

    Bjarne

  • Fuji Kusaka 2203 posts 4220 karma points
    Jul 10, 2011 @ 20:01
    Fuji Kusaka
    0

    Am not sure.....According to me it should be

     

    #forum ol.commentsList li{display:table; margin:0 0 35px 0; float:left; /*according to where it should be display*/}

     if its an ordered list, but thing is i cant actually see what you viewing

     

    //fuji

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Jul 10, 2011 @ 20:18
    Bjarne Fyrstenborg
    0

    The ol list tags inherit from #forum ul.commentsList li where all li tags inside #forum ul.commentList li will be styled as block element if nothing else is specified.

    The ol list has li items too, which is styled as block elements and it's each post comment which is styled as block elements.. but it shouldn't apply to li tags inside a post comment.

    I've used Chromes code-display to test it, which is very smiliar to Firebug in Firefox..

    but there may be other ways to style it.

    Bjarne

  • Fuji Kusaka 2203 posts 4220 karma points
    Jul 10, 2011 @ 20:22
    Fuji Kusaka
    0

    Hey Bjarne send can you post the url?

     

    //fuji

  • Bjarne Fyrstenborg 1280 posts 3990 karma points MVP 7x c-trib
    Jul 10, 2011 @ 20:23
    Bjarne Fyrstenborg
    0

    The url?

    Bjarne

  • Keith Petersen 67 posts 111 karma points
    Sep 20, 2011 @ 22:56
    Keith Petersen
    0

    Still no numbers. What's the point of letting us insert ordered lists if the ordinals are hidden? Sigh....

Please Sign in or register to post replies

Write your reply to:

Draft