I have a set of styled links using the :before to apply an arrow.
:before
It looks good in all browser, but when I apply the underline to the link, I don\'t wan
try using instead:
#test p:before { color: #B2B2B2; content: "► "; text-decoration: none; }
will that do?