Re: [uf-discuss] Re: mf-currency: negative values

2009-07-24 Thread Brian Suda
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

[uf-discuss] Re: mf-currency: negative values

2009-07-24 Thread Justin Maxwell
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