固定a标签在DIV底部
有一个DIV,已经用append填充进去一个table了,我现在想在DIV的右下角放一个标签,永远在右下角,不随table行数改变
this.append("<a style="text-decoration:underline;color:red;float:right;top:100%;display:block;" href="#" onclick="add('" + i + "');">我要发布</a>");
这样写怎么不行啊~~~~
this.append("<a style="text-decoration:underline;color:red;float:right;top:100%;display:block;" href="#" onclick="add('" + i + "');">我要发布</a>");