标签: css image hyperlink
我正在使用框阴影设置链接:
a { box-shadow: inset 0 -5px 0 rgba(100, 149, 237, .6); color: #333; text-decoration: none; color: inherit; }
但是,当链接项是图像而不是文本时,我无法摆脱它。我尝试通过设置img,设置所有图像样式,重要等等来删除它。我甚至尝试完全删除访问过的,悬停状态和活动状态。
我错过了什么?