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^="XXXX.com"]):not([href^="xxxx.com"]):after { content:"\279F"; }

Have tried things like:

a:after img { content:none !important; }

    ..  obviously wrong syntax.  Any suggestions?


-- 
Susan R. Grossman
[email protected]
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to