E-mail List Archives
Re: Legend wrap (or not)
From: Tim Beadle
Date: Aug 28, 2007 2:50AM
- Next message: Philip Kiff: "Re: markup for a Q & A list (kind of was Navigation lists and headers)"
- Previous message: Tim Beadle: "Re: Navigation lists and headers - best practise?"
- Next message in Thread: Stephanie Sullivan: "Re: Legend wrap (or not)"
- Previous message in Thread: Stephanie Sullivan: "Legend wrap (or not)"
- View all messages in this Thread
On 28/08/07, Stephanie Sullivan < <EMAIL REMOVED> > wrote:
> (though I don't see anything at centricle that will allow me to show
> Safari something that Moz-based browsers can't see...
You could use the html:lang rule to *hide* a rule from safari, after
setting the safari-specific value previously in a more general rule.
e.g.
p {
/* safari rule */
}
html:lang(en) p {
/* rule for everything but safari */
}
Disclaimer: I'm weaning myself off of CSS hacks, but sometimes they're
necessary.
Regards,
Tim
- Next message: Philip Kiff: "Re: markup for a Q & A list (kind of was Navigation lists and headers)"
- Previous message: Tim Beadle: "Re: Navigation lists and headers - best practise?"
- Next message in Thread: Stephanie Sullivan: "Re: Legend wrap (or not)"
- Previous message in Thread: Stephanie Sullivan: "Legend wrap (or not)"
- View all messages in this Thread