P
P
Pavel Kizernis2017-12-08 16:47:11
css
Pavel Kizernis, 2017-12-08 16:47:11

Is it possible to use table { display: block; } for mobile version (what are the disadvantages)?

table, thead, tbody, th, td, tr {
display: block;
}

Where can I find out exactly which browsers will tolerate this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolay, 2017-12-08
@nickolyashka

What is the problem? We make tabular elements out of other block and inline elements: display: table, table-cell, table-row. There are options for sass, js how to make an adaptive table, if for these purposes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question