On 9/25/06, Michael McCracken <[EMAIL PROTECTED]> wrote:
So suppose I wanted to apply a different style to different types of vcard properties - for instance to highlight all 'home' phones. Is there a good way to do that in CSS?
You can always add your own styling hooks to the page to do something like this. It breaks DRY a bit, but it's basically a tradeoff; minimize duplicated content, or minimize processing/styling complexity. - David _______________________________________________ microformats-discuss mailing list [email protected] http://microformats.org/mailman/listinfo/microformats-discuss
