Forums

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

Home Forums CSS [Solved] List bullets wrongly positioned

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #194426
    ckubs
    Participant

    I know it may not be a big issue but it’s the second time I encounter it and don’t really want a fix but to know why this is happening. If someone can tell me.

    On my site( joomla) I have a tags page and the tag list has bullets but those are not in front of LI elements but on top of them. Also, everything I add with :before goes on top, not on front.

    Here is the page http://goo.gl/xoRJdl

    Thank you. :)

    #194429
    Tom
    Participant

    What part exactly are you talking about because I’m not seeing any bullets on top of anything?

    Also what browser are you using?

    #194431
    Paulie_D
    Member

    OK in Chrome, looks like a FF/IE issue

    #194433
    Paulie_D
    Member

    If you remove

    ul, ol {
        list-style-position: inside;
    }
    

    and add a few pixels of margin-left to the li it seems to fix it in FF.

    #194445
    ckubs
    Participant

    Ah, ok I’ll try that.

    #194447
    ckubs
    Participant

    Ok, problem solved. I guess it’s a FF problem with inside positioning of bullets.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘CSS’ is closed to new topics and replies.