Answer the question
In order to leave comments, you need to log in
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);
}
Answer the question
In order to leave comments, you need to log in
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: table
etc. and everything will work.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question