On Fri, Jul 24, 2009 at 8:15 PM, Justin Maxwell wrote:
> One note. There's another option here using generated content in CSS:
...
> .transaction-type[title="debit"] abbr:before {
> content: "-";
> }
>
> To get the desired effect in display (in supported browsers).
--- I'm still thinking a
One note. There's another option here using generated content in CSS:
class="currency" title="USD">$777span>
Where we then specify
.transaction-type[title="debit"] abbr:before {
content: "-";
}
To get the desired effect in display (in supported browsers).
On Jul 24, 2009, at 1:10 P