【发布时间】:2013-01-24 10:26:27
【问题描述】:
我需要在单元格中添加直角三角形。
如何做到这一点?
我尝试在 span 中添加 span 和 icon,但是出错了
<span style="position: relative;float:right;top:-30px;">@Html.ImageContent("triangle_bonus.png", "")</span>
【问题讨论】:
-
可以不设置style='background: url(@Html.ImageContent("triangle")) ... position-attributes ...'
-
@Kane,谢谢。它奏效了。请输入答案
标签: html css css-tables