Display:Block not working in Chrome or Safari

后端 未结 3 1020
面向向阳花
面向向阳花 2020-12-10 11:33

I have a simple need to display the cells of a table row vertically. This works just fine in FF, but not in Chrome or Safari on the Ipad.

The example below renders a

3条回答
  •  一向
    一向 (楼主)
    2020-12-10 11:46

    Table broken in Chrome or Safari

    Many case occurs in tabless.

    display:block;  
    display:"";
    

    or

    display:block;
    display:table-row; 
    *display:block;
    

提交回复
热议问题