Chrome-specific CSS issue setting table cell to display:block

前端 未结 3 597
甜味超标
甜味超标 2021-01-02 17:14

I found this question that seemingly had what I wanted. I am using chrome 32.0.1700.102 and even the fiddle on the first answer amazingly works fine for me.

However

3条回答
  •  自闭症患者
    2021-01-02 17:44

    I used display: block; in a galery situation, so no table, just an url with HP generated code.

    display: block;, nor display table-cell worked for me (I don´t have a table!)

    For me display: table; worked like a charm.

提交回复
热议问题