Float:right reverses order of spans

后端 未结 16 1980
你的背包
你的背包 2020-11-27 16:44

I have the HTML:

Bookmix Offline
16条回答
  •  借酒劲吻你
    2020-11-27 16:59

    you would need to float the spans left, and float the parent container right.

    this will depend on the kind of layout you are trying to achieve however.

    it's intended behaviour, for the benefit of screen readers and the like I imagine. the other option is to adjust the mark-up, but this, as you say, may not be desirable.

提交回复
热议问题