Re: [css-d] Pseudo Element after:not to include images?

2010-05-10 Thread Susan Grossman
> > I can't seem to figure out how to leave out any images in a pseudo > element > > selector for off-site links. The following blocks the domains fine and > > attaches to all other outside links (except IE), but sometimes images are > > linked and need to be excluded. > > > > a:not([href^=".c

Re: [css-d] Pseudo Element after:not to include images?

2010-05-10 Thread Philippe Wittenbergh
On May 11, 2010, at 3:08 AM, Susan Grossman wrote: > I can't seem to figure out how to leave out any images in a pseudo element > selector for off-site links. The following blocks the domains fine and > attaches to all other outside links (except IE), but sometimes images are > linked and need t

[css-d] Pseudo Element after:not to include images?

2010-05-10 Thread Susan Grossman
I can't seem to figure out how to leave out any images in a pseudo element selector for off-site links. The following blocks the domains fine and attaches to all other outside links (except IE), but sometimes images are linked and need to be excluded. a:not([href^=".com"]):not([href^=".co