Why do my list item bullets overlap floating elements

前端 未结 23 1210
半阙折子戏
半阙折子戏 2020-11-28 18:00

I have an (XHTML Strict) page where I float an image alongside regular paragraphs of text. All goes well, except when a list is used instead of paragraphs. The bullets of th

23条回答
  •  清酒与你
    2020-11-28 18:42

    try this:

    li{
        margin-left:5px;
    }
    

    If you want them to go left, just put in a -##px value.

提交回复
热议问题