M
M
Maxim2015-11-11 15:49:04
css
Maxim, 2015-11-11 15:49:04

Why is thead shadow not working in Chrome?

thead{
  -webkit-box-shadow: 0px 4px 7px -5px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 4px 7px -5px rgba(0,0,0,0.25);
  box-shadow: 0px 4px 7px -5px rgba(0,0,0,0.25);
 }

Here is a screenshot of Mozzila
Here is a screenshot of Chrome

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Ineshin, 2015-11-11
@IonDen

Because there is no need to try to work with real table tags as normal and expect correct behavior from them.
Emulate the table on div-ахusing display: tableetc. and everything will work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question