有没有办法在css calc函数中使用或实现模运算符? 我知道有mod运算符和IE支持它,但其他浏览器呢?
例如
#element-id{ width: calc( 100% mod 5 ); }
css css3 css-calc
css ×1
css-calc ×1
css3 ×1