Material ripple effect on table row

孤人 提交于 2019-12-11 03:49:52

问题


I'm playing with google material design bootstrap theme by FezVrasta

Most of components working and looking great, but ripple effect on table row not working properly for me.

Demo: jsfiddle.net

table > tr > td {position:absolute;}

Absolute position helps but destroys table structure.


回答1:


You cannot add anything other than <td> into a <tr>.

In other words, You can only have this effect for <td>. This is an HTML limitation.



来源:https://stackoverflow.com/questions/29105677/material-ripple-effect-on-table-row

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!